Skip to content

Commit

Permalink
re lint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cag committed Jun 8, 2019
1 parent 8718006 commit 07342a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_pm_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ contract("PredictionMarketSystem", function(accounts) {

it("should not be able to prepare a condition with no outomes slots", async () => {
await assertRejects(
predictionMarketSystem.prepareCondition(
oracle,
questionId,
0
),
predictionMarketSystem.prepareCondition(oracle, questionId, 0),
"Transaction should have reverted."
);
});
Expand Down

0 comments on commit 07342a6

Please sign in to comment.