mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 23:13:08 +00:00
mergey mistake
This commit is contained in:
parent
7d75cb784a
commit
90bf718e58
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user