Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 612c274

Browse files
committed
fix: make test invariant contracts use same name as its file
1 parent 3df181f commit 612c274

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/TestHeapOrderingInvariant.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contract Heap is ConcreteHeapOrdering {
2020
}
2121
}
2222

23-
contract TestHeapInvariant is Test {
23+
contract TestHeapOrderingInvariant is Test {
2424
Heap public heap;
2525

2626
function setUp() public {

test/TestThreeHeapOrderingInvariant.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contract Heap is ConcreteThreeHeapOrdering {
2020
}
2121
}
2222

23-
contract TestHeapInvariant is Test {
23+
contract TestThreeHeapOrderingInvariant is Test {
2424
Heap public heap;
2525

2626
function setUp() public {

0 commit comments

Comments
 (0)