Skip to content

Commit 56be0b6

Browse files
fix error message
Signed-off-by: Elliot <[email protected]>
1 parent 408375d commit 56be0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/ReserveAutomationIntegration.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ contract ReserveAutomationLiveIntegrationTest is Test {
472472
assertEq(
473473
vault.currentDiscount(),
474474
0,
475-
"incorrect discount post discount decay period"
475+
"incorrect discount post discount application period"
476476
);
477477

478478
vm.warp(block.timestamp + SALE_WINDOW - 1);

0 commit comments

Comments
 (0)