Skip to content

Commit

Permalink
fix: properties test
Browse files Browse the repository at this point in the history
Signed-off-by: 0xRaccoon <[email protected]>
  • Loading branch information
0xRaccoon committed Oct 25, 2024
1 parent 59f07c4 commit 345e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invariant/fuzz/properties/PropertiesAllo.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ contract PropertiesAllo is HandlersParent {
assertEq(allo.getTreasury(), _newTreasury, "property-id 15-a: updateTreasury failed");
treasury = payable(_newTreasury);
} else {
assertEq(_newTreasury, address(0) || _usingAnchor, "property-id 15-a: updateTreasury failed");
assertTrue(_newTreasury == address(0) || _usingAnchor, "property-id 15-a: updateTreasury failed");
}
}

Expand Down

0 comments on commit 345e961

Please sign in to comment.