Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Nov 29, 2023
1 parent 51da51c commit 391bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reference/ExampleNFT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contract ExampleNFTTest is Test {
ExampleNFT testExampleNft;

function setUp() public {
testExampleNft = new ExampleNFT('Example', 'EXNFT');
testExampleNft = new ExampleNFT("Example", "EXNFT");
}

function testName() public {
Expand Down

0 comments on commit 391bc98

Please sign in to comment.