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

Commit a6b4829

Browse files
authored
Merge pull request #104 from morpho-dao/fix/invariant-contract-name
Fix invariant test contracts names
2 parents 3df181f + 612c274 commit a6b4829

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)