From a0dcf4e0978331709da164fb0e29ae008b90fc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 8 Apr 2018 19:06:55 +0200 Subject: Add some acceptance tests --- tests/test_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_store.py') 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()) -- cgit v1.2.3