Skip to content

Commit

Permalink
fix test function name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Aug 5, 2024
1 parent 9a8c2bd commit 006b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ComposableCoW.stoploss.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ contract ComposableCoWStopLossTest is BaseComposableCoWTest {
stopLoss.getTradeableOrder(safe, address(0), bytes32(0), abi.encode(data), bytes(""));
}

function test_OracleRevertOnExperiedOrder_fuzz(
function test_OracleRevertOnExpiriedOrder_fuzz(
uint32 currentTime,
uint32 validTo
) public {
Expand Down

0 comments on commit 006b08c

Please sign in to comment.