aboutsummaryrefslogtreecommitdiff
path: root/tests/test_market.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 10:44:57 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 10:44:57 +0200
commit239db61d825e0727d2d351e224e7c8552730e472 (patch)
treeaa2db0ed93d6103bd2f59d7a8c183c32e4a55a85 /tests/test_market.py
parente8b0c21d62d72d955c21cb3047951433b1655745 (diff)
parent17fd3f752d5e37df906abddf1f13fd7ad1de6c00 (diff)
downloadTrader-239db61d825e0727d2d351e224e7c8552730e472.tar.gz
Trader-239db61d825e0727d2d351e224e7c8552730e472.tar.zst
Trader-239db61d825e0727d2d351e224e7c8552730e472.zip
Merge branch 'dev'v1.3.1
Diffstat (limited to 'tests/test_market.py')
-rw-r--r--tests/test_market.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_market.py b/tests/test_market.py
index e3482b8..e0cf70a 100644
--- a/tests/test_market.py
+++ b/tests/test_market.py
@@ -550,6 +550,7 @@ class MarketTest(WebMockTestCase):
550 mock.call.set("/cryptoportfolio/1/latest/type1", "payload1"), 550 mock.call.set("/cryptoportfolio/1/latest/type1", "payload1"),
551 mock.call.set("/cryptoportfolio/1/2018-03-24T00:00:00/type2", "payload2", ex=31*24*60*60), 551 mock.call.set("/cryptoportfolio/1/2018-03-24T00:00:00/type2", "payload2", ex=31*24*60*60),
552 mock.call.set("/cryptoportfolio/1/latest/type2", "payload2"), 552 mock.call.set("/cryptoportfolio/1/latest/type2", "payload2"),
553 mock.call.set("/cryptoportfolio/1/latest/date", "2018-03-24T00:00:00"),
553 ]) 554 ])
554 555
555 connect_mock.reset_mock() 556 connect_mock.reset_mock()