fix: inequality check for amountConsumed and amountIn
This commit is contained in:
@@ -895,7 +895,8 @@ contract TychoRouterTest is TychoRouterTestSetup {
|
||||
|
||||
vm.expectRevert(
|
||||
abi.encodeWithSelector(
|
||||
TychoRouter__AmountInNotFullySpent.selector, 400000000000000000
|
||||
TychoRouter__AmountInDiffersFromConsumed.selector,
|
||||
600000000000000000
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user