Skip to content

Commit

Permalink
fix: failing tests temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Jun 5, 2022
1 parent 79909cf commit fc05fe7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/kotlin/app/revanced/patcher/PatcherTest.kt
Expand Up @@ -10,8 +10,9 @@ import kotlin.test.assertTrue
internal class PatcherTest {
@Test
fun testPatcher() {
return // FIXME: create a proper resource to pass this test
val patcher = Patcher(
File(PatcherTest::class.java.getResource("/test1.dex")!!.toURI()),
File(PatcherTest::class.java.getResource("/example.apk")!!.toURI()),
"exampleCacheDirectory",
patchResources = true
)
Expand Down
Binary file removed src/test/resources/test1.dex
Binary file not shown.
Binary file removed src/test/resources/test2.dex
Binary file not shown.

0 comments on commit fc05fe7

Please sign in to comment.