semver adjustment

This commit is contained in:
itsdeka
2021-10-11 12:57:55 +02:00
parent db543ec84c
commit 01a2a302b5
5 changed files with 7 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ async def run():
print(trades)
for trade in trades:
orders_ids.append(trade[0])
assert orders_ids == [657815316, 657815314, 657815312, 657815311, 657815309]
assert orders_ids == [657815316, 657815314, 657815312, 657815308, 657815304]
# check that strictly decreasing order id condition is always respected
# check that not increasing timestamp condition is always respected