diff --git a/Tests/CodexReleaseTests/MarketTests/MarketplaceAutoBootstrapDistTest.cs b/Tests/CodexReleaseTests/MarketTests/MarketplaceAutoBootstrapDistTest.cs index f7d94473..72a56681 100644 --- a/Tests/CodexReleaseTests/MarketTests/MarketplaceAutoBootstrapDistTest.cs +++ b/Tests/CodexReleaseTests/MarketTests/MarketplaceAutoBootstrapDistTest.cs @@ -23,7 +23,7 @@ namespace CodexReleaseTests.MarketTests var geth = StartGethNode(s => s.IsMiner()); var contracts = Ci.StartCodexContracts(geth, BootstrapNode.Version); var monitor = SetupChainMonitor(GetTestLog(), contracts, GetTestRunTimeRange().From); - handle = new MarketplaceHandle(geth, contracts, monitor)); + handle = new MarketplaceHandle(geth, contracts, monitor); } [TearDown]