Skip to content

Commit 519c284

Browse files
committed
UnitTest: Update logging
1 parent 11e799e commit 519c284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/io/github/chsbuffer/revancedxposed/FingerprintsKtTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class FingerprintsKtTest(val apkPath: Path) {
2525
if (method.isAnnotationPresent(SkipTest::class.java)) return@forEach
2626
if (!method.isStatic) return@forEach
2727

28-
print("${method.name.drop(3)}:")
2928
val func = method(null) as? (DexKitBridge) -> Any ?: return@forEach
29+
print("${method.name.drop(3)}: ")
3030
assertDoesNotThrow {
3131
measureTime {
3232
val value = func(dexkit)

0 commit comments

Comments
 (0)