Skip to content

Commit

Permalink
DEX-716 MultipleMatchersTestSuite fix (#240)
Browse files Browse the repository at this point in the history
* Dex 1 connected back to the network after disconnection in the first test
  • Loading branch information
DenisSerebryansky authored Apr 21, 2020
1 parent a3463b8 commit 0b5f6f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class MultipleMatchersTestSuite extends MatcherSuiteBase {
dex1.disconnectFromNetwork()
broadcastAndAwait(mkTransfer(acc, alice.toAddress, 4.waves, Waves, 0.05.waves))
dex2.api.tradableBalance(acc, ethWavesPair)(Waves) shouldBe 5.95.waves
dex1.connectToNetwork()
}

"Place, fill and cancel a lot of orders" in {
Expand Down

0 comments on commit 0b5f6f6

Please sign in to comment.