Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Nov 30, 2024
1 parent 4b1b674 commit a250ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CertManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Test, console} from "forge-std/Test.sol";
import {NitroValidator} from "../src/NitroValidator.sol";
import {CertManager} from "../src/CertManager.sol";

contract CounterTest is Test {
contract CertManagerTest is Test {
CertManager public certManager;

function setUp() public {
Expand Down
2 changes: 1 addition & 1 deletion test/NitroValidator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Test, console} from "forge-std/Test.sol";
import {NitroValidator} from "../src/NitroValidator.sol";
import {CertManager} from "../src/CertManager.sol";

contract CounterTest is Test {
contract NitroValidatorTest is Test {
NitroValidator public validator;

function setUp() public {
Expand Down

0 comments on commit a250ee8

Please sign in to comment.