going through the tests
This commit is contained in:
@@ -43,7 +43,7 @@ class TeamTest(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach',
|
||||
rowerplan='pro',
|
||||
user=u,
|
||||
clubsize=3
|
||||
)
|
||||
@@ -402,7 +402,7 @@ class TeamTestLowLevel(TestCase):
|
||||
birthdate=faker.profile()['birthdate'],
|
||||
gdproptin=True, ftpset=True,surveydone=True,
|
||||
gdproptindate=timezone.now(),
|
||||
rowerplan='coach',
|
||||
rowerplan='pro',
|
||||
user=u,
|
||||
clubsize=3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user