Skip to content

Commit 408cf0a

Browse files
committed
fixing messed up maven test structure
1 parent eaa880b commit 408cf0a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/java/keychain/KDEWalletKeychainAccessTest.java renamed to src/test/java/org/cryptomator/linux/keychain/KDEWalletKeychainAccessTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package keychain;
1+
package org.cryptomator.linux.keychain;
22

3-
import org.cryptomator.linux.keychain.KDEWalletKeychainAccess;
43
import org.junit.jupiter.api.Assertions;
54
import org.junit.jupiter.api.BeforeAll;
65
import org.junit.jupiter.api.Test;

src/test/java/keychain/SecretServiceKeychainAccessTest.java renamed to src/test/java/org/cryptomator/linux/keychain/SecretServiceKeychainAccessTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package keychain;
1+
package org.cryptomator.linux.keychain;
22

3-
import org.cryptomator.linux.keychain.SecretServiceKeychainAccess;
43
import org.junit.jupiter.api.Assertions;
54
import org.junit.jupiter.api.BeforeAll;
65
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)