From 7d5f073ecdc3ad7b6387abcea82cc3ef7bd20fb2 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 22 May 2019 17:08:34 +0200 Subject: [PATCH] added test --- rowers/tests/test_analysis.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowers/tests/test_analysis.py b/rowers/tests/test_analysis.py index c18eb097..562ffcf7 100644 --- a/rowers/tests/test_analysis.py +++ b/rowers/tests/test_analysis.py @@ -697,9 +697,10 @@ class WorkoutCompareTestNew(TestCase): 'plotfield':'spm', 'yparam':'pace', 'groupby':'spm', - 'palette':'monochrome_blue' + 'palette':'monochrome_blue', 'xaxis':'time', 'yaxis1':'power', + 'yaxis2':'hr', 'startdate':startdate, 'enddate':enddate, 'plottype':'scatter',