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