TIL CodeWithMe is ass!

This commit is contained in:
Lucaskyy
2022-03-18 21:52:00 +01:00
parent fc41a84aa1
commit 7b40d53bd3
6 changed files with 29 additions and 9 deletions

View File

@@ -1,16 +1,15 @@
package net.revanced.patcher
import net.revanced.patcher.patch.Patch
import net.revanced.patcher.patch.PatchResult
import net.revanced.patcher.patch.PatchResultError
import net.revanced.patcher.patch.PatchResultSuccess
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.Assertions.*
internal class PatcherTest {
@Test
fun template() {
val adRemoverPatch = Patch {
PatchResultError("")
}
}
}