Skip to content

Commit

Permalink
Move OwnableRegistrar tests to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Aug 5, 2024
1 parent 9ec4b74 commit 7de7526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.0;

import {Test} from "forge-std/Test.sol";
import {ENSRegistry} from "ens-contracts/contracts/registry/ENSRegistry.sol";
import {OwnableRegistrar} from "../src/OwnableRegistrar/OwnableRegistrar.sol";
import {OwnableRegistrar} from "../../src/OwnableRegistrar/OwnableRegistrar.sol";

contract OwnableRegistrarTest is Test {
ENSRegistry public ensRegistry;
Expand Down

0 comments on commit 7de7526

Please sign in to comment.