Skip to content

Commit e0bfe0e

Browse files
committed
increase assertions
1 parent 43be08e commit e0bfe0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/EulerSwapHook.swaps.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ contract EulerSwapHookTest is EulerSwapTestBase {
5050
_swap(eulerSwap.poolKey(), zeroForOne, true, amountIn);
5151
vm.stopPrank();
5252

53+
assertEq(assetTST.balanceOf(anyone), 0);
5354
assertEq(assetTST2.balanceOf(anyone), amountOut);
5455
}
5556

@@ -66,6 +67,7 @@ contract EulerSwapHookTest is EulerSwapTestBase {
6667
_swap(eulerSwap.poolKey(), zeroForOne, false, amountOut);
6768
vm.stopPrank();
6869

70+
assertEq(assetTST.balanceOf(anyone), 0);
6971
assertEq(assetTST2.balanceOf(anyone), amountOut);
7072
}
7173

0 commit comments

Comments
 (0)