Skip to content

Commit

Permalink
fix: test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Oct 16, 2024
1 parent 41d68a4 commit 589ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/AllocationManagerUnit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 589ea09

Please sign in to comment.