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 a7bdce1 commit 9efd515Copy full SHA for 9efd515
driver/src/test/java/org/neo4j/driver/internal/TrustedServerProductTest.java
@@ -20,6 +20,7 @@
20
package org.neo4j.driver.internal;
21
22
import org.junit.jupiter.api.Test;
23
+
24
import org.neo4j.driver.v1.Config;
25
import org.neo4j.driver.v1.GraphDatabase;
26
import org.neo4j.driver.v1.exceptions.UntrustedServerException;
@@ -30,7 +31,7 @@
30
31
import static org.junit.jupiter.api.Assertions.assertThrows;
32
import static org.neo4j.driver.v1.Logging.none;
33
-public class TrustedServerProductTest
34
+class TrustedServerProductTest
35
{
36
private static final Config config = Config.build()
37
.withoutEncryption()
0 commit comments