Skip to content

Commit fe4eb99

Browse files
committed
connect() needs to be called first
1 parent e4191d6 commit fe4eb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/purejava/UnlockedDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public class UnlockedDatabaseTest {
2525
@Order(3)
2626
@DisplayName("Testing KeePassXC proxy functionality")
2727
public void shouldHaveNoErrors() throws InterruptedException {
28-
assertFalse(kpa.isDatabaseLocked());
2928
LOG.info("Please enter a name for the connection in the pop-up within 10 seconds");
3029
assertTrue(kpa.connect());
30+
assertFalse(kpa.isDatabaseLocked());
3131
// TODO:
3232
// Revert after Qt bug is fixed
3333
// This is false due to the workaround, although association succeeds

0 commit comments

Comments
 (0)