mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-25 04:01:03 +00:00
Fix tests (stupid mistake) & add logging
This commit is contained in:
@@ -12,7 +12,7 @@ internal class PatcherTest {
|
||||
private val testSigs: Array<Signature> = arrayOf(
|
||||
Signature(
|
||||
"testMethod",
|
||||
Type.BOOLEAN_TYPE,
|
||||
Type.VOID_TYPE,
|
||||
ACC_PUBLIC or ACC_STATIC,
|
||||
arrayOf(
|
||||
ExtraTypes.ArrayAny,
|
||||
|
||||
Reference in New Issue
Block a user