Skip to content

Commit 0c6afd9

Browse files
committed
test: remove commented out code after confirming that the current test logic is correct.
1 parent 42e2ca7 commit 0c6afd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/test/kotlin/com/segment/analytics/kotlin/core/SettingsTests.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ class SettingsTests {
8888

8989
// no settings available, should not be called
9090
analytics.add(mockPlugin)
91-
// verify (exactly = 0){
92-
// mockPlugin.update(any(), any())
93-
// }
91+
9492

9593
// load settings
9694
mockHTTPClient()

0 commit comments

Comments
 (0)