Skip to content

Commit 688bed5

Browse files
committed
test(model-datastructure): use MapBasedStore without typo
1 parent 78289b4 commit 688bed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-datastructure/src/commonTest/kotlin/LinearHistoryTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ import org.modelix.model.lazy.CLTree
2020
import org.modelix.model.lazy.CLVersion
2121
import org.modelix.model.lazy.ObjectStoreCache
2222
import org.modelix.model.operations.IOperation
23-
import org.modelix.model.persistent.MapBaseStore
23+
import org.modelix.model.persistent.MapBasedStore
2424
import kotlin.test.Test
2525
import kotlin.test.assertEquals
2626
import kotlin.test.assertTrue
2727

2828
class LinearHistoryTest {
29-
private val initialTree = CLTree.builder(ObjectStoreCache(MapBaseStore())).repositoryId("LinearHistoryTest").build()
29+
private val initialTree = CLTree.builder(ObjectStoreCache(MapBasedStore())).repositoryId("LinearHistoryTest").build()
3030

3131
@Test
3232
fun noCommonHistory() {

0 commit comments

Comments
 (0)