diff --git a/contracts/zero-ex/tests/utils/ForkUtils.sol b/contracts/zero-ex/tests/utils/ForkUtils.sol index db313d6a5d..f487565409 100644 --- a/contracts/zero-ex/tests/utils/ForkUtils.sol +++ b/contracts/zero-ex/tests/utils/ForkUtils.sol @@ -265,7 +265,7 @@ contract ForkUtils is Test { //creates the appropriate bridge adapter based on what chain the tests are currently executing on. function createBridgeAdapter(IEtherToken weth) public returns (IBridgeAdapter bridgeAdapter) { - return IBridgeAdapter(new BridgeAdapter(weth)); + return IBridgeAdapter(new BridgeAdapter(weth)); } //label the addresses that are read from the various .json files