Skip to content

Commit bcc509e

Browse files
fix unit testcase
1 parent 3b31de5 commit bcc509e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-core/src/test/kotlin/com/mparticle/external/ApiVisibilityTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ApiVisibilityTest {
1717
publicMethodCount++
1818
}
1919
}
20-
Assert.assertEquals(65, publicMethodCount)
20+
Assert.assertEquals(64, publicMethodCount)
2121
}
2222

2323
@Test

0 commit comments

Comments
 (0)