1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-10-18 19:26:45 +02:00

Incorrect wei test due to new SogeCredit logic

This commit is contained in:
Ehouarn
2025-10-17 19:14:17 +02:00
parent af39bf7068
commit 75a59e0a7a

View File

@@ -680,7 +680,7 @@ class TestWEIRegistration(TestCase):
self.assertTrue(soge_credit.exists())
soge_credit = soge_credit.get()
self.assertTrue(membership.transaction in soge_credit.transactions.all())
self.assertFalse(membership.transaction.valid)
self.assertTrue(membership.transaction.valid)
# Check that if the WEI is started, we can't update a wei
self.wei.date_start = date(2000, 1, 1)