mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-19 10:07:02 +02:00
remove useless code
This commit is contained in:
parent
145c96f5da
commit
a69b6392aa
|
|
@ -56,8 +56,8 @@ class DecryptTest {
|
|||
|
||||
@Test
|
||||
fun pathShouldDecompose() {
|
||||
val pathOne = "/fake/path/cat1/n1.gpg".replace("//", "/")
|
||||
val pathTwo = "/fake/path/n2.gpg".replace("//", "/")
|
||||
val pathOne = "/fake/path/cat1/n1.gpg"
|
||||
val pathTwo = "/fake/path/n2.gpg"
|
||||
|
||||
assertEquals("/cat1/n1.gpg", PgpActivity.getRelativePath(pathOne, "/fake/path"))
|
||||
assertEquals("/cat1/", PgpActivity.getParentPath(pathOne, "/fake/path"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue