mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-06 18:15:17 +00:00
Fix failing test when 2 user are merged
This commit is contained in:
parent
da5a4a4a53
commit
62054ab7c0
@ -144,11 +144,12 @@ class MergeUserTest(TestCase):
|
|||||||
self.assertTrue(self.to_keep.is_subscribed)
|
self.assertTrue(self.to_keep.is_subscribed)
|
||||||
# to_keep had 5 months of subscription remaining and received
|
# to_keep had 5 months of subscription remaining and received
|
||||||
# 5 more months from to_delete, so he should be subscribed for 10 months
|
# 5 more months from to_delete, so he should be subscribed for 10 months
|
||||||
self.assertEqual(
|
self.assertAlmostEqual(
|
||||||
today + timedelta(10 * 30),
|
today + timedelta(10 * 30),
|
||||||
self.to_keep.subscriptions.order_by("subscription_end")
|
self.to_keep.subscriptions.order_by("subscription_end")
|
||||||
.last()
|
.last()
|
||||||
.subscription_end,
|
.subscription_end,
|
||||||
|
delta=timedelta(1),
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_godfathers(self):
|
def test_godfathers(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user