Skip to content

Commit 365d2a5

Browse files
author
Zhen
committed
Fix build due to missing test tag
1 parent f1fa83d commit 365d2a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/src/test/java/org/neo4j/driver/internal/DirectDriverBoltKitTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
package org.neo4j.driver.internal;
2121

22+
import org.junit.Test;
23+
2224
import java.io.IOException;
2325
import java.net.URI;
2426

@@ -34,6 +36,7 @@
3436

3537
public class DirectDriverBoltKitTest
3638
{
39+
@Test
3740
public void shouldBeAbleRunCypher() throws StubServer.ForceKilled, InterruptedException, IOException
3841
{
3942
// Given

0 commit comments

Comments
 (0)