Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Jul 19, 2024
1 parent c2dfed1 commit 844b1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/BaseRegistrar/SetBaseTokenURI.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {LibString} from "solady/utils/LibString.sol";

contract SetBaseTokenURI is BaseRegistrarBase {
using LibString for uint256;

string public newBaseURI = "https://newurl.org/";

function test_allowsTheOwnerToSetTheBaseURI() public {
Expand Down

0 comments on commit 844b1fd

Please sign in to comment.