updated tests
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user