From 4c94f60076dd3f3af9affeafdb84a26889a17125 Mon Sep 17 00:00:00 2001 From: highskore Date: Mon, 4 Nov 2024 04:03:44 +0100 Subject: [PATCH] fix: force simulate to flase in tests --- test/Diff.t.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Diff.t.sol b/test/Diff.t.sol index 44f69033..8857e09d 100644 --- a/test/Diff.t.sol +++ b/test/Diff.t.sol @@ -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