fix(members/tests): set date correctly

pull/154/head
Christian Merten 9 months ago
parent 4a003ed15e
commit 11b92f72b1
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -634,7 +634,8 @@ class FreizeitTestCase(BasicMemberTestCase):
self.ex = Freizeit.objects.create(name='Wild trip', kilometers_traveled=120, self.ex = Freizeit.objects.create(name='Wild trip', kilometers_traveled=120,
tour_type=GEMEINSCHAFTS_TOUR, tour_type=GEMEINSCHAFTS_TOUR,
tour_approach=MUSKELKRAFT_ANREISE, tour_approach=MUSKELKRAFT_ANREISE,
difficulty=1) difficulty=1,
date=timezone.localtime())
def _setup_test_sjr_application_numbers(self, n_yl, n_b27_local, n_b27_non_local): def _setup_test_sjr_application_numbers(self, n_yl, n_b27_local, n_b27_non_local):
for i in range(n_yl): for i in range(n_yl):

Loading…
Cancel
Save