Skip to content

Commit a8f3eab

Browse files
committed
Fix test for new kraken balance currency strings
1 parent 8ab4911 commit a8f3eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balancer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ def test_get_balance(self, mock_fetch_balance, mock_logging):
927927
balancer.CONF.test = False
928928
balancer.LOG = mock_logging
929929
balancer.EXCHANGE = balancer.connect_to_exchange()
930-
mock_fetch_balance.return_value = {'BTC': {'used': None, 'free': None, 'total': 0.9}}
930+
mock_fetch_balance.return_value = {'XBT.F': {'used': None, 'free': None, 'total': 0.9}}
931931

932932
balance = balancer.get_crypto_balance()
933933

0 commit comments

Comments
 (0)