X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ftest_store.py;h=4232fc3efa1b70c2dbd30aecc135b2fd86aaa7b1;hb=a0dcf4e0978331709da164fb0e29ae008b90fc88;hp=408c0e88cac7a667b088233af6db26a37205f010;hpb=c8df27385e02b22d36b240fe29532e97dbba1f43;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FTrader.git diff --git a/tests/test_store.py b/tests/test_store.py index 408c0e8..4232fc3 100644 --- a/tests/test_store.py +++ b/tests/test_store.py @@ -1245,7 +1245,7 @@ class PortfolioTest(WebMockTestCase): store.Portfolio.callback.wait() - report.print_log.assert_called_once_with("Fetching cryptoportfolio") + report.print_log.assert_called_once_with("[Worker] Fetching cryptoportfolio") get.assert_called_once_with(refetch=True) sleep.assert_called_once_with(3) self.assertFalse(store.Portfolio.worker_notify.is_set())