Commit 52ab3673 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix

parent 6441c445
......@@ -26,8 +26,7 @@ contract XDomainSetter is CrossDomainOwnable {
contract CrossDomainOwnable_Test is Test {
XDomainSetter setter;
function setUp() public override {
super.setUp();
function setUp() public {
setter = new XDomainSetter();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment