We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4077bc commit 78289b4Copy full SHA for 78289b4
model-datastructure/src/commonTest/kotlin/LinearHistoryTest.kt
@@ -26,7 +26,7 @@ import kotlin.test.assertEquals
26
import kotlin.test.assertTrue
27
28
class LinearHistoryTest {
29
- val initialTree = CLTree.builder(ObjectStoreCache(MapBaseStore())).repositoryId("LinearHistoryTest").build()
+ private val initialTree = CLTree.builder(ObjectStoreCache(MapBaseStore())).repositoryId("LinearHistoryTest").build()
30
31
@Test
32
fun noCommonHistory() {
0 commit comments