Skip to content

Commit 78289b4

Browse files
committed
test(model-datastructure): make test property private
No public visibility needed here.
1 parent f4077bc commit 78289b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import kotlin.test.assertEquals
2626
import kotlin.test.assertTrue
2727

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

3131
@Test
3232
fun noCommonHistory() {

0 commit comments

Comments
 (0)