Skip to content

Commit d4e0e5b

Browse files
committed
style: silence forge-lint warning
1 parent cd9056e commit d4e0e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SupportedNetworks.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ contract SupportedNetworksTest is SupportedNetworks, Test {
2525
getRouterData().router.getVerifier({selector: RiscZeroVerifierSelectors._GROTH16_VERIFIER_SELECTOR});
2626
}
2727

28+
// forge-lint: disable-next-line(mixed-case-function)
2829
function tableNetworksTest_SupportedNetworks_the_groth16_verifier_is_not_stopped(TestCase memory network) public {
2930
uint256 chainId = vm.createFork(network.name);
3031
vm.selectFork(chainId);

0 commit comments

Comments
 (0)