remove function assertions

This commit is contained in:
gcarq 2018-03-20 20:36:03 +01:00
parent 9559f50eec
commit 9df5e09a82
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ def test_freqtradebot_object() -> None:
Test the FreqtradeBot object has the mandatory public methods
"""
assert hasattr(FreqtradeBot, 'worker')
assert hasattr(FreqtradeBot, 'get_state')
assert hasattr(FreqtradeBot, 'update_state')
assert hasattr(FreqtradeBot, 'clean')
assert hasattr(FreqtradeBot, 'create_trade')
assert hasattr(FreqtradeBot, 'get_target_bid')