Skip to content

Commit e815883

Browse files
Bug #75: Added a test pertaining the to the recently fixed bug.
1 parent 3d73734 commit e815883

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/comparator_test_set.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
["fee == 10**18 wei", "fee == 1000000000000000000"],
5858
["x == 1e18 wei", "x == 1000000000000000000"],
5959
["to != 0x0000000000000000000000000000000000000000", "to != address(0)"],
60-
["x == 0x80ac58cd", "x == type(IERC721).interfaceId"]
60+
["x == 0x80ac58cd", "x == type(IERC721).interfaceId"],
61+
["_msgSender() == owner || isApprovedForAll(owner, _msgSender())", "_msgSender() == owner || isApprovedForAll(owner, _msgSender())"]
6162
],
6263
"The predicates are not equivalent and neither is stronger.": [
6364
["a > 0", "a < 0"],

0 commit comments

Comments
 (0)