Skip to content

Commit

Permalink
Update unit test after removing token validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed May 8, 2024
1 parent 654f40d commit 9b8d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/BitcoinRedeemer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("BitcoinRedeemer", () => {
depositor.address,
encodeBytes32String(""),
),
).to.be.revertedWithCustomError(bitcoinRedeemer, "UnsupportedToken")
).to.be.revertedWithCustomError(bitcoinRedeemer, "CallerNotAllowed")
})
})

Expand Down

0 comments on commit 9b8d6aa

Please sign in to comment.