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 11e799e commit 519c284Copy full SHA for 519c284
app/src/test/java/io/github/chsbuffer/revancedxposed/FingerprintsKtTest.kt
@@ -25,8 +25,8 @@ class FingerprintsKtTest(val apkPath: Path) {
25
if (method.isAnnotationPresent(SkipTest::class.java)) return@forEach
26
if (!method.isStatic) return@forEach
27
28
- print("${method.name.drop(3)}:")
29
val func = method(null) as? (DexKitBridge) -> Any ?: return@forEach
+ print("${method.name.drop(3)}: ")
30
assertDoesNotThrow {
31
measureTime {
32
val value = func(dexkit)
0 commit comments