mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
fix: update broken import and merge
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
pragma solidity ^0.8.12;
|
||||
|
||||
import "@openzeppelin/contracts/utils/Strings.sol";
|
||||
import "forge-std/src/Test.sol";
|
||||
import "forge-std/src/console.sol";
|
||||
import "forge-std/Test.sol";
|
||||
import "forge-std/console.sol";
|
||||
import "../interfaces/IERC7969.sol";
|
||||
import "../DKIMRegistry.sol";
|
||||
|
||||
|
||||
@@ -636,7 +636,6 @@ contract UserOverrideableDKIMRegistryTest is Test {
|
||||
assertFalse(
|
||||
registryWithContract.isKeyHashValid(domainNameHash, publicKeyHash)
|
||||
);
|
||||
assertEq(isValid, false);
|
||||
vm.stopPrank();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user