Skip to content

Commit

Permalink
Fix broken test case
Browse files Browse the repository at this point in the history
Changed:
Test case fixed for non-delayed party payout
  • Loading branch information
adamdossa committed Jun 20, 2018
1 parent 556e0aa commit 8354ab8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/02_simple_dispute.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ contract('Arbitration - Simple dispute', function (accounts) {
await assertFail(async () => {
await arbitration.payoutVoter(0, 10, {from: voter1});
});
await assertFail(async () => {
await arbitration.payoutParty({from: party1});
});
});

it("14. voters receive rewards", async () => {
Expand Down

0 comments on commit 8354ab8

Please sign in to comment.