Browse Source

Fix linter error

Francisco Giordano 2 năm trước cách đây
mục cha
commit
e58c6d8ff4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      test/token/ERC721/extensions/ERC721Consecutive.t.sol

+ 2 - 0
test/token/ERC721/extensions/ERC721Consecutive.t.sol

@@ -2,6 +2,8 @@
 
 pragma solidity ^0.8.0;
 
+// solhint-disable func-name-mixedcase
+
 import "../../../../contracts/token/ERC721/extensions/ERC721Consecutive.sol";
 import "forge-std/Test.sol";