Skip to content

Commit

Permalink
copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
epheph committed Oct 31, 2017
1 parent 30c5329 commit f6cad71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/server/getters/get-markets.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ describe("server/getters/get-markets", () => {
assertions: (err, marketsMatched) => {
assert.isNull(err);
assert.deepEqual(marketsMatched, [
"0x0000000000000000000000000000000000000001",
"0x0000000000000000000000000000000000000002",
"0x0000000000000000000000000000000000000003",
"0x0000000000000000000000000000000000000011",
"0x0000000000000000000000000000000000000001",
"0x0000000000000000000000000000000000000002",
"0x0000000000000000000000000000000000000003",
"0x0000000000000000000000000000000000000011",
]);
},
});
Expand Down

0 comments on commit f6cad71

Please sign in to comment.