Updated test cases removing a invalid statement which caused test failures.
This commit is contained in:
parent
68c7e8623c
commit
f97e911dcb
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue