aboutsummaryrefslogtreecommitdiff
path: root/tests/test_market.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_market.py')
-rw-r--r--tests/test_market.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_market.py b/tests/test_market.py
index 53630b7..6a3322c 100644
--- a/tests/test_market.py
+++ b/tests/test_market.py
@@ -993,8 +993,8 @@ class ProcessorTest(WebMockTestCase):
993 mock.call("process_foo__1_sell_end"), 993 mock.call("process_foo__1_sell_end"),
994 ]) 994 ])
995 self.m.balances.fetch_balances.assert_has_calls([ 995 self.m.balances.fetch_balances.assert_has_calls([
996 mock.call(tag="process_foo__1_sell_begin"), 996 mock.call(tag="process_foo__1_sell_begin", log_tickers=True),
997 mock.call(tag="process_foo__1_sell_end"), 997 mock.call(tag="process_foo__1_sell_end", log_tickers=True),
998 ]) 998 ])
999 999
1000 self.assertEqual(5, run_action.call_count) 1000 self.assertEqual(5, run_action.call_count)