From 6b412afc61aede09de8fd24ff400de284268b699 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 13 Sep 2022 21:28:40 +0200 Subject: [PATCH] fix tests --- rowers/tests/test_analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/tests/test_analysis.py b/rowers/tests/test_analysis.py index 65c4e4f6..5a5d4fff 100644 --- a/rowers/tests/test_analysis.py +++ b/rowers/tests/test_analysis.py @@ -805,6 +805,7 @@ class WorkoutStatsTestNew(TestCase): 'startdate':startdate, 'enddate':enddate, 'plottype':'scatter', + 'trendline':True, 'spmmin':15, 'spmmax':55, 'workmin':0,