Skip to content

Commit

Permalink
Update TridentRouter.test.ts
Browse files Browse the repository at this point in the history
nit error msg
  • Loading branch information
z0r0z committed Mar 8, 2022
1 parent 2a0be0e commit 8558a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/router/TridentRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("Router", function () {
to: router.address,
value: ethers.utils.parseEther("1"),
})
).to.be.revertedWith("Transaction reverted without a reason string");
).to.be.revertedWith("NotWethSender");
});
});

Expand Down

0 comments on commit 8558a4a

Please sign in to comment.