Remove debugging code and loop constructor
This commit is contained in:
@@ -114,7 +114,7 @@ class TestTransactions(TestCase):
|
||||
return trade
|
||||
|
||||
def mock_hmset(self, string, data):
|
||||
print("HMSET", string, data)
|
||||
pass
|
||||
|
||||
def mock_keys(self, string):
|
||||
return [v["id"] for k, v in self.trades.items() if k in self.return_trades]
|
||||
|
||||
Reference in New Issue
Block a user