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 e4191d6 commit fe4eb99Copy full SHA for fe4eb99
src/test/java/org/purejava/UnlockedDatabaseTest.java
@@ -25,9 +25,9 @@ public class UnlockedDatabaseTest {
25
@Order(3)
26
@DisplayName("Testing KeePassXC proxy functionality")
27
public void shouldHaveNoErrors() throws InterruptedException {
28
- assertFalse(kpa.isDatabaseLocked());
29
LOG.info("Please enter a name for the connection in the pop-up within 10 seconds");
30
assertTrue(kpa.connect());
+ assertFalse(kpa.isDatabaseLocked());
31
// TODO:
32
// Revert after Qt bug is fixed
33
// This is false due to the workaround, although association succeeds
0 commit comments