Skip to content

Commit 9442171

Browse files
committed
Minor cleanup
1 parent baa4243 commit 9442171

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/functional/wallet_orders_impl.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,3 @@ async def async_test(self):
256256
await self.switch_to_wallet(wallet, 'carol_wallet')
257257
fill_order_result = await wallet.fill_order(order_id, 1)
258258
assert_in("Unknown order", fill_order_result['error']['message'])
259-
260-
261-
if __name__ == '__main__':
262-
WalletOrders().main()

0 commit comments

Comments
 (0)