going through the tests
This commit is contained in:
@@ -27,7 +27,7 @@ class ForceUnits(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
|
||||
self.user_workouts = WorkoutFactory.create_batch(12, user=self.r)
|
||||
@@ -171,7 +171,7 @@ class TestForceUnit(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
rowerplan='pro')
|
||||
|
||||
self.c = Client()
|
||||
self.user_workouts = WorkoutFactory.create_batch(14, user=self.r)
|
||||
|
||||
Reference in New Issue
Block a user