From 7c99f275d9fc8bf8ef262b3ecd64c2e3ea0c5ece Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 30 Apr 2018 17:28:03 +0200 Subject: [PATCH] updated tests --- rowers/tests.py | 2 ++ 1 file changed, 2 insertions(+) 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', }