We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e533 commit 3ee774fCopy full SHA for 3ee774f
packages/sharing-smart-contract/test/SupportsInterface.t.sol
@@ -20,11 +20,11 @@ contract SupportsInterface is Test {
20
);
21
}
22
23
- function testSupports721Interface() external view {
+ function testSupports721Interface() external {
24
assertTrue(_dataProtectorSharing.supportsInterface(type(IAccessControl).interfaceId));
25
26
27
- function testSupportsAccessControlInterface() external view {
+ function testSupportsAccessControlInterface() external {
28
assertTrue(_dataProtectorSharing.supportsInterface(type(IERC721).interfaceId));
29
assertTrue(_dataProtectorSharing.supportsInterface(type(IERC721Metadata).interfaceId));
30
0 commit comments