Skip to content

Commit f97e911

Browse files
committed
Updated test cases removing a invalid statement which caused test failures.
1 parent 68c7e86 commit f97e911

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-data-cassandra/src/test/java/org/baeldung/spring/data/cassandra/repository/BookRepositoryIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public static void startCassandraEmbedded() throws InterruptedException, TTransp
5252
Session session = cluster.connect();
5353
session.execute(KEYSPACE_CREATION_QUERY);
5454
session.execute(KEYSPACE_ACTIVATE_QUERY);
55-
LOGGER.info(session.execute("Select * from Book").all().toArray());
5655
Thread.sleep(5000);
5756
LOGGER.info("KeySpace created and activated.");
5857
}

0 commit comments

Comments
 (0)