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 deb2f63 commit cedd664Copy full SHA for cedd664
android/src/test/java/com/segment/analytics/kotlin/android/StorageTests.kt
@@ -59,7 +59,8 @@ class StorageTests {
59
configuration = Configuration("123"),
60
settings = Settings(),
61
running = false,
62
- initialSettingsDispatched = false
+ initialSettingsDispatched = false,
63
+ enabled = true
64
)
65
66
@@ -115,7 +116,8 @@ class StorageTests {
115
116
edgeFunction = emptyJsonObject
117
),
118
119
120
121
122
}
123
0 commit comments