Skip to content

Commit 0f17b27

Browse files
committed
update test name
1 parent 4fc52da commit 0f17b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AsyncCSMM.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ contract AsyncCsmmTest is SetupHook {
6060
vm.stopPrank();
6161
}
6262

63-
function testFuzzAsyncSwap(AsyncOrder memory order) public {
63+
function testFuzzAsyncSwapAndFillOrder(AsyncOrder memory order) public {
6464
vm.assume(order.amountIn >= 1);
6565
vm.assume(order.amountIn < 2 ** 128 / 2);
6666
topUp(order.owner, order.amountIn);

0 commit comments

Comments
 (0)