Skip to content

Commit

Permalink
remove unneeded functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lolski committed Sep 22, 2021
1 parent 30ddb1a commit f6e7b0a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/integration/ClientQueryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,6 @@

@SuppressWarnings("Duplicates")

class ClientQueryTest2 {
@Test
public void simple() {
TypeDBClient typedbClient = TypeDB.coreClient("127.0.0.1:1729");

try {
Thread.sleep(10000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
}
}

public class ClientQueryTest {
private static final Logger LOG = LoggerFactory.getLogger(ClientQueryTest.class);
private static TypeDBCoreRunner typedb;
Expand Down

0 comments on commit f6e7b0a

Please sign in to comment.