fix: add amountIn in error TychoRouter__AmountInDiffersFromConsumed
This commit is contained in:
@@ -896,6 +896,7 @@ contract TychoRouterTest is TychoRouterTestSetup {
|
||||
vm.expectRevert(
|
||||
abi.encodeWithSelector(
|
||||
TychoRouter__AmountInDiffersFromConsumed.selector,
|
||||
1000000000000000000,
|
||||
600000000000000000
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user