Make flake happy

This commit is contained in:
hroff-1902
2020-05-18 13:18:05 +03:00
committed by GitHub
parent 51c0639e6d
commit f54dc7affd

View File

@@ -244,7 +244,7 @@ def test_VolumePairList_whitelist_gen(mocker, whitelist_conf, shitcoinmarkets, t
whitelist = freqtrade.pairlists.whitelist
assert isinstance(whitelist, list)
# Verify length of pairlist matches (used for ShuffleFilter without seed)
if type(whitelist_result) is list:
assert whitelist == whitelist_result