Updated test cases removing a invalid statement which caused test failures.
This commit is contained in:
-1
@@ -52,7 +52,6 @@ public class BookRepositoryIntegrationTest {
|
||||
Session session = cluster.connect();
|
||||
session.execute(KEYSPACE_CREATION_QUERY);
|
||||
session.execute(KEYSPACE_ACTIVATE_QUERY);
|
||||
LOGGER.info(session.execute("Select * from Book").all().toArray());
|
||||
Thread.sleep(5000);
|
||||
LOGGER.info("KeySpace created and activated.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user