passing all tests
This commit is contained in:
@@ -80,8 +80,8 @@ class UserPreferencesTest(TestCase):
|
||||
|
||||
self.r = Rower.objects.create(user=self.u,
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True,surveydone=Trueoptin=True,
|
||||
gdproptin=True,surveydone=Trueoptindate=timezone.now(),
|
||||
gdproptin=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach')
|
||||
|
||||
self.c = Client()
|
||||
|
||||
Reference in New Issue
Block a user