Skip to content

Commit

Permalink
chore: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Dec 3, 2020
1 parent 106cbb0 commit 50cef77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/zoe/test/unitTests/contractSupport/test-offerTo.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,5 @@ test(`offerTo - violates offer safety of fromSeat`, async t => {
TokenA: moola(0),
TokenB: bucks(5),
});
t.falsy(


fromSeatContractA.hasExited());
t.falsy(fromSeatContractA.hasExited());
});

0 comments on commit 50cef77

Please sign in to comment.