Skip to content

Commit

Permalink
chore: fix t.plan
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Aug 20, 2020
1 parent be99c67 commit 55413f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ test('zoe - secondPriceAuction w/ 3 bids', async t => {
});

test('zoe - secondPriceAuction - alice tries to exit', async t => {
t.plan(11);
t.plan(12);
try {
const { moolaR, simoleanR, moola, simoleans } = setup();
const zoe = makeZoe(fakeVatAdmin);
Expand Down

0 comments on commit 55413f4

Please sign in to comment.