We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc52da commit 0f17b27Copy full SHA for 0f17b27
test/AsyncCSMM.t.sol
@@ -60,7 +60,7 @@ contract AsyncCsmmTest is SetupHook {
60
vm.stopPrank();
61
}
62
63
- function testFuzzAsyncSwap(AsyncOrder memory order) public {
+ function testFuzzAsyncSwapAndFillOrder(AsyncOrder memory order) public {
64
vm.assume(order.amountIn >= 1);
65
vm.assume(order.amountIn < 2 ** 128 / 2);
66
topUp(order.owner, order.amountIn);
0 commit comments