Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Jan 20, 2025
1 parent f6fc2c8 commit 8b544bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/ClustersNFTV1.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ contract ClustersNFTV1Test is SoladyTest {
}

do {
_testTransferForm(t);
_checkInvariants(t);

if (_randomChance(2)) _testTransferForm(t);
if (_randomChance(2)) _checkInvariants(t);
if (_randomChance(8)) _testInitialDataAndSetAndGetLinkedAddresses(t);
if (_randomChance(2)) _testSetAndGetDefaultId(t);
} while (_randomChance(2));
Expand Down

0 comments on commit 8b544bf

Please sign in to comment.