bug fixes in summary edit
This commit is contained in:
@@ -564,6 +564,9 @@ class WorkoutViewTest(TestCase):
|
||||
'value_pace':'2:23',
|
||||
'value_power':'200',
|
||||
'value_work':'400',
|
||||
'value_spm':'20',
|
||||
'activeminutesmin':'0',
|
||||
'activeminutesmax':'60',
|
||||
'savepowerpaceform':True,
|
||||
}
|
||||
|
||||
@@ -582,6 +585,8 @@ class WorkoutViewTest(TestCase):
|
||||
'power': 200,
|
||||
'pace': '2:30',
|
||||
'work': 400,
|
||||
'activeminutesmin':'0',
|
||||
'activeminutesmax': '60',
|
||||
}
|
||||
|
||||
form = PowerIntervalUpdateForm(form_data)
|
||||
|
||||
Reference in New Issue
Block a user