Skip to content

Commit

Permalink
fix: remove broken code
Browse files Browse the repository at this point in the history
accidentally committed TestUtil in previous commit, this allows it to compile again
  • Loading branch information
Sculas committed Mar 20, 2022
1 parent d5a3c76 commit 0e72a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/net/revanced/patcher/util/TestUtil.kt
Expand Up @@ -5,7 +5,7 @@ import kotlin.test.assertTrue

object TestUtil {
fun <T: AbstractInsnNode> assertNodeEqual(a: T, b: T) {
assertTrue()

}

private fun AbstractInsnNode.nodeString(): String {
Expand Down

0 comments on commit 0e72a6e

Please sign in to comment.