Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Jun 21, 2024
1 parent 8f593f7 commit b9b31bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.s
import {TransparentUpgradeableProxy} from "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol";
import {WETH10} from "../src/WETH/WETH10.sol";

contract AtomicBridgeInitiatorTest is Test {
contract AtomicBridgeInitiatorWethTest is Test {
AtomicBridgeInitiator public atomicBridgeInitiatorImplementation;
WETH10 public weth;
ProxyAdmin public proxyAdmin;
Expand Down

0 comments on commit b9b31bf

Please sign in to comment.