Skip to content

Commit

Permalink
Revert "wip: temporary mitigation for halmos bug"
Browse files Browse the repository at this point in the history
This reverts commit c2b143c.
  • Loading branch information
daejunpark committed Aug 16, 2023
1 parent c2b143c commit f742034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/KeyRegistry/KeyRegistry.symbolic.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ contract KeyRegistrySymTest is SymTest, Test {
// Verify the KeyRegistry invariants
function check_Invariants(bytes4 selector, address caller) public {
// Additional setup to cover various input states
/* TODO: uncomment after halmos bug is fixed
if (svm.createBool("migrateKeys?")) {
keyRegistry.migrateKeys();
}
*/
if (svm.createBool("disableTrustedOnly?")) {
idRegistry.disableTrustedOnly();
}
Expand Down

0 comments on commit f742034

Please sign in to comment.