Private
Public Access
1
0

passing all tests

This commit is contained in:
Sander Roosendaal
2020-01-09 13:10:01 +01:00
parent 6c827bef96
commit 782c9b089d

View File

@@ -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()