Skip to content

Commit 5665378

Browse files
committed
[ETCM-102] Fix conflicts after merge with develop
1 parent d2fd3f6 commit 5665378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import io.iohk.ethereum.Mocks.MockValidatorsAlwaysSucceed
1313
import io.iohk.ethereum.blockchain.sync.regular.BlockBroadcasterActor
1414
import io.iohk.ethereum.blockchain.sync.regular.BlockBroadcasterActor.BroadcastBlock
1515
import io.iohk.ethereum.blockchain.sync.{BlockBroadcast, BlockchainHostActor, FastSync, TestSyncConfig}
16-
import io.iohk.ethereum.db.components.{SharedRocksDbDataSources, Storages}
16+
import io.iohk.ethereum.db.components.{RocksDbDataSourceComponent, Storages}
1717
import io.iohk.ethereum.db.dataSource.{RocksDbConfig, RocksDbDataSource}
1818
import io.iohk.ethereum.db.storage.pruning.{ArchivePruning, PruningMode}
1919
import io.iohk.ethereum.db.storage.{AppStateStorage, Namespaces}
@@ -187,7 +187,7 @@ object FastSyncItSpec {
187187
}
188188

189189
lazy val nodeStatusHolder = new AtomicReference(nodeStatus)
190-
lazy val storagesInstance = new SharedRocksDbDataSources with LocalPruningConfigBuilder with Storages.DefaultStorages {
190+
lazy val storagesInstance = new RocksDbDataSourceComponent with LocalPruningConfigBuilder with Storages.DefaultStorages {
191191
override lazy val dataSource: RocksDbDataSource = RocksDbDataSource(getRockDbTestConfig(tempDir.toAbsolutePath.toString), Namespaces.nsSeq)
192192
}
193193
lazy val blockchainConfig = Config.blockchains.blockchainConfig

0 commit comments

Comments
 (0)