1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

fix update of club membership start/end date

This commit is contained in:
bleizi
2023-07-07 20:39:19 +02:00
parent 16f8a60a3f
commit 981c4d0300
3 changed files with 6 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class TestMemberships(TestCase):
club = Club.objects.get(name="Kfet")
else:
club = Club.objects.create(
name="Second club " + ("with BDE" if bde_parent else "without BDE"),
name="Second club without BDE",
parent_club=None,
email="newclub@example.com",
require_memberships=True,