We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe762c4 commit 9c2ed37Copy full SHA for 9c2ed37
src/test/java/org/purejava/LockedDatabaseTest.java
@@ -4,7 +4,6 @@
4
import org.junit.jupiter.api.Order;
5
import org.junit.jupiter.api.Test;
6
7
-import static org.junit.jupiter.api.Assertions.assertFalse;
8
import static org.junit.jupiter.api.Assertions.assertTrue;
9
10
/**
@@ -18,6 +17,6 @@ public class LockedDatabaseTest {
18
17
@DisplayName("Testing connection over socket to KeePassXC")
19
public void shouldHaveNoErrors() {
20
assertTrue(kpa.connect());
21
- assertFalse(kpa.associate());
+ assertTrue(kpa.getDatabasehash().isEmpty());
22
}
23
0 commit comments