Skip to content

Commit

Permalink
fix: force simulate to flase in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Nov 4, 2024
1 parent c809970 commit 4c94f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Diff.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@ contract ERC7579DifferentialModuleKitLibTest is BaseTest {
public
withModuleStorageClearValidation(instance, module)
{
// Set simulate mode to false
instance.simulateUserOp(false);
// Install a module
module = address(new MockK1Validator());
// Install the module
Expand Down

0 comments on commit 4c94f60

Please sign in to comment.