Skip to content

Commit

Permalink
fixup! test(smart-wallet): fake bridge manager detects handler not set
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 14, 2023
1 parent 9b9e739 commit 8f08b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smart-wallet/test/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const makeFakeBridgeManager = () =>
handler = newHandler;
},
setHandler(newHandler) {
handler || Fail`Handler not set`;
!!handler || Fail`Handler not set`;
handler = newHandler;
},
});
Expand Down

0 comments on commit 8f08b29

Please sign in to comment.