Skip to content

Commit

Permalink
fix test function name typo
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Giacon <[email protected]>
  • Loading branch information
yvesfracari and fedgiac authored Aug 5, 2024
1 parent 7c7059e commit 360405d
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_OracleRevertOnExpiriedOrder_fuzz(
function test_OracleRevertOnExpiredOrder_fuzz(
uint32 currentTime,
uint32 validTo
) public {
Expand Down

0 comments on commit 360405d

Please sign in to comment.