Merge branch 'main' into router/hr/ENG-4280-gas-test

This commit is contained in:
Harsh Vardhan Roy
2025-03-05 21:32:40 +05:30
committed by GitHub
11 changed files with 84 additions and 40 deletions

View File

@@ -983,7 +983,9 @@ contract TychoRouterTest is TychoRouterTestSetup {
vm.expectRevert(
abi.encodeWithSelector(
TychoRouter__AmountInNotFullySpent.selector, 400000000000000000
TychoRouter__AmountInDiffersFromConsumed.selector,
1000000000000000000,
600000000000000000
)
);