File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/unit/EthereumVaultConnector Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ remappings = [
16
16
17
17
[profile .default .fuzz ]
18
18
max_test_rejects = 1_000_000
19
- seed = " 0xee1d0f7d9556539a9c0e26aed5e63556 "
19
+ seed = " 0xee1d0f7d9556539a9c0e26aed5e63555 "
20
20
runs = 1000
21
21
22
22
[profile .default .invariant ]
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ contract CallTest is Test {
274
274
vm.assume (operator != address (evc) && targetContract != operator && ! evc.haveCommonOwner (alice, operator));
275
275
vm.assume (
276
276
uint160 (targetContract) > 255 && targetContract != address (evc)
277
- && ! evc.haveCommonOwner (alice, targetContract)
277
+ && ! evc.haveCommonOwner (alice, targetContract) && targetContract.code. length == 0
278
278
);
279
279
vm.assume (id != 0 );
280
280
vm.assume (data.length != 0 );
You can’t perform that action at this time.
0 commit comments