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',