File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
model-datastructure/src/commonTest/kotlin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ import org.modelix.model.lazy.CLTree
20
20
import org.modelix.model.lazy.CLVersion
21
21
import org.modelix.model.lazy.ObjectStoreCache
22
22
import org.modelix.model.operations.IOperation
23
- import org.modelix.model.persistent.MapBaseStore
23
+ import org.modelix.model.persistent.MapBasedStore
24
24
import kotlin.test.Test
25
25
import kotlin.test.assertEquals
26
26
import kotlin.test.assertTrue
27
27
28
28
class LinearHistoryTest {
29
- private val initialTree = CLTree .builder(ObjectStoreCache (MapBaseStore ())).repositoryId(" LinearHistoryTest" ).build()
29
+ private val initialTree = CLTree .builder(ObjectStoreCache (MapBasedStore ())).repositoryId(" LinearHistoryTest" ).build()
30
30
31
31
@Test
32
32
fun noCommonHistory () {
You can’t perform that action at this time.
0 commit comments