diff --git a/rowers/tests.py b/rowers/tests.py index c465447d..8eef0ab1 100644 --- a/rowers/tests.py +++ b/rowers/tests.py @@ -448,6 +448,7 @@ class DataTest(TestCase): 'duration':'0:55:00.1', 'distance':8000, 'notes':'Aap noot \n mies', + 'weightcategory':'lwt', 'workouttype':'water', } form = WorkoutForm(data=form_data) @@ -675,6 +676,7 @@ class ViewTest(TestCase): 'timezone':'Europe/Berlin', 'duration':'1:00:00.5', 'distance':'15000', + 'weightcategory':'hwt', 'workouttype':'rower', 'notes':'noot mies', }