Skip to content

Commit

Permalink
Fix Quoter
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwu7 committed Mar 11, 2024
1 parent 12de0b5 commit d54cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Quoter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ contract QuoterTest is Test, Deployers {

// nested self-call into lockAcquired reverts
function testQuoter_callLockAcquired_reverts() public {
vm.expectRevert(IQuoter.InvalidLockAcquiredSender.selector);
vm.expectRevert(IQuoter.LockFailure.selector);
vm.prank(address(manager));
quoter.lockAcquired(abi.encodeWithSelector(quoter.lockAcquired.selector, address(this), "0x"));
}
Expand Down

0 comments on commit d54cf24

Please sign in to comment.