From 6fb1d68fccdb3648d0a40448524c942f797d454a Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Wed, 16 Jun 2021 00:23:58 +0200 Subject: [PATCH] [RFC] test folio payment freeze_time magic line --- pms/tests/test_pms_folio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pms/tests/test_pms_folio.py b/pms/tests/test_pms_folio.py index 3c823dff2..2fe41c34e 100644 --- a/pms/tests/test_pms_folio.py +++ b/pms/tests/test_pms_folio.py @@ -262,7 +262,7 @@ class TestPmsFolio(TestPms): # ) # TestCases: Payments - @freeze_time("1980-11-01") + @freeze_time("2000-02-02") def test_full_pay_folio(self): """ After making the payment of a folio for the entire amount, @@ -307,7 +307,7 @@ class TestPmsFolio(TestPms): "The pending amount of a folio paid in full has not been zero", ) - @freeze_time("1980-11-01") + @freeze_time("2000-02-02") def test_partial_pay_folio(self): """ After making the payment of a folio for the partial amount,