Skip to content

Commit

Permalink
Update test_exchange.py
Browse files Browse the repository at this point in the history
  • Loading branch information
creslinux authored Jul 30, 2018
1 parent 012fe94 commit fe27ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/tests/exchange/test_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_validate_timeframes_not_in_config(default_conf, mocker):
Exchange(default_conf)


def test_exchangehas(default_conf, mocker):
def test_exchange_has(default_conf, mocker):
exchange = get_patched_exchange(mocker, default_conf)
assert not exchange.exchange_has('ASDFASDF')
api_mock = MagicMock()
Expand Down

0 comments on commit fe27ca6

Please sign in to comment.