Updated test cases removing a invalid statement which caused test failures.

This commit is contained in:
sameira 2015-12-07 21:19:36 +05:30
parent 68c7e8623c
commit f97e911dcb
1 changed files with 0 additions and 1 deletions

View File

@ -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.");
}