浏览代码

Fix linter error

Francisco Giordano 2 年之前
父节点
当前提交
e58c6d8ff4
共有 1 个文件被更改,包括 2 次插入0 次删除
  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";