Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
kasperpawlowski committed Jul 31, 2024
1 parent 97d2c12 commit cd076ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/EthereumVaultConnector/Call.t.sol
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@ contract CallTest is Test {
) public {
vm.assume(uint160(alice) > 255 && alice != address(evc));
vm.assume(targetContract != operator && !evc.haveCommonOwner(alice, operator));
vm.assume(targetContract != address(evc) && !evc.haveCommonOwner(alice, targetContract));
vm.assume(uint160(targetContract) > 255 && targetContract != address(evc) && !evc.haveCommonOwner(alice, targetContract));
vm.assume(id != 0);
vm.assume(data.length != 0);

0 comments on commit cd076ae

Please sign in to comment.