mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-21 18:33:57 +00:00
feat: Add option to filter patches to be listed by package name
This commit is contained in:
@@ -23,7 +23,7 @@ internal object PatchUtilsTest {
|
||||
|
||||
@Test
|
||||
fun `return null because no patch is compatible with the supplied package name`() {
|
||||
val patches = setOf(newPatch("other.package", "a"))
|
||||
val patches = setOf(newPatch("some.package", "a"))
|
||||
|
||||
assertEqualsVersion(null, patches, "other.package")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user