Skip to content

Commit

Permalink
expect BadContractSignature when contract exists
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ll0n committed Jun 9, 2022
1 parent a9f0b4d commit 0a27f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10913,7 +10913,7 @@ describe(`Consideration (version: ${VERSION}) — initial test suite`, function
marketplaceContract
.connect(buyer)
.fulfillBasicOrder(basicOrderParameters)
).to.be.revertedWith("InvalidSigner");
).to.be.revertedWith("BadContractSignature");
} else {
await expect(
marketplaceContract
Expand Down

0 comments on commit 0a27f22

Please sign in to comment.