Split main class.

This commit is contained in:
tecnovert
2019-11-10 11:10:55 +02:00
parent c7c49ae262
commit e390509946
6 changed files with 124 additions and 101 deletions

View File

@@ -598,7 +598,7 @@ class Test(unittest.TestCase):
self.wait_for_offer(swap_clients[1], offer_id)
offers = swap_clients[1].listOffers()
assert(len(offers) == 1)
assert(len(offers) >= 1)
for offer in offers:
if offer.offer_id == offer_id:
bid_id = swap_clients[1].postBid(offer_id, offer.amount_from)

View File

@@ -0,0 +1,2 @@
eventtypes