Private
Public Access
1
0

updating tests

This commit is contained in:
Sander Roosendaal
2022-12-16 19:47:57 +01:00
parent 00e3807062
commit 5ad0b0189a
31 changed files with 120 additions and 120 deletions

View File

@@ -41,7 +41,7 @@ class TeamTest(TestCase):
r = Rower.objects.create(
birthdate=faker.profile()['birthdate'],
gdproptin=True,surveydone=True,
gdproptin=True, ftpset=True,surveydone=True,
gdproptindate=timezone.now(),
rowerplan='coach',
user=u,
@@ -400,7 +400,7 @@ class TeamTestLowLevel(TestCase):
r = Rower.objects.create(
birthdate=faker.profile()['birthdate'],
gdproptin=True,surveydone=True,
gdproptin=True, ftpset=True,surveydone=True,
gdproptindate=timezone.now(),
rowerplan='coach',
user=u,