mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-24 03:31:04 +00:00
fix: avoid ignoring test resources (fixes #1)
This commit is contained in:
14
src/test/kotlin/net/revanced/patcher/util/TestUtil.kt
Normal file
14
src/test/kotlin/net/revanced/patcher/util/TestUtil.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package net.revanced.patcher.util
|
||||
|
||||
import org.objectweb.asm.tree.AbstractInsnNode
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
object TestUtil {
|
||||
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
|
||||
assertTrue()
|
||||
}
|
||||
|
||||
private fun AbstractInsnNode.nodeString(): String {
|
||||
|
||||
}
|
||||
}
|
||||
BIN
src/test/resources/test1.jar
Normal file
BIN
src/test/resources/test1.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user