From 589ea0909f04741009d124d178a1b8568c5089f7 Mon Sep 17 00:00:00 2001 From: Yash Patil Date: Wed, 16 Oct 2024 13:19:17 -0700 Subject: [PATCH] fix: test comment --- src/test/unit/AllocationManagerUnit.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/unit/AllocationManagerUnit.t.sol b/src/test/unit/AllocationManagerUnit.t.sol index faf4dd57d..67651fe1e 100644 --- a/src/test/unit/AllocationManagerUnit.t.sol +++ b/src/test/unit/AllocationManagerUnit.t.sol @@ -1877,7 +1877,7 @@ contract AllocationManagerUnitTests_ClearDeallocationQueue is AllocationManagerU /** * Allocates, deallocates, and then allocates again. Asserts that * - The deallocation does not block state updates from the second allocation, even though the allocation has an earlier - * effect timestamp, but is on the queue before + * effect timestamp */ function test_allocate_deallocate_allocate() public { uint32 allocationDelay = 15 days;