Skip to content

Commit

Permalink
fix: test contract name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzzzHui committed Nov 8, 2023
1 parent 9dfc437 commit 5f1fccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {History} from "contracts/history/History.sol";
import {IHistory} from "contracts/history/IHistory.sol";
import {Vm} from "forge-std/Vm.sol";

contract AuthorityFactoryTest is Test {
contract AuthorityHistoryPairFactoryTest is Test {
AuthorityFactory authorityFactory;
HistoryFactory historyFactory;
AuthorityHistoryPairFactory factory;
Expand Down

0 comments on commit 5f1fccd

Please sign in to comment.