Skip to content

Commit 8a7aa05

Browse files
committed
chore: silence solhint warnings in tests
1 parent 83b362e commit 8a7aa05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/migrator/SynapseMigrator.LessDecimals.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pragma solidity 0.8.17;
33

44
import {SynapseMigratorTest} from "./SynapseMigrator.t.sol";
55

6+
// solhint-disable func-name-mixedcase
67
contract SynapseMigratorLessDecimalsTest is SynapseMigratorTest {
78
constructor() SynapseMigratorTest(18, 6) {}
89

test/migrator/SynapseMigrator.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {MockBurnableToken} from "../mocks/MockBurnableToken.sol";
77

88
import {Test} from "forge-std/Test.sol";
99

10+
// solhint-disable func-name-mixedcase
1011
abstract contract SynapseMigratorTest is Test, ISynapseMigratorErrors {
1112
event Migrated(address indexed user, address indexed oldToken, uint256 amount);
1213

0 commit comments

Comments
 (0)