verifyDropTableAfterDrop(completion, false);
}
@Test
public void testFindCompletion_DropTable_AfterDrop_SpaceSystem_IfExists() {
qs.execute(new CqlQuery(CqlQueryType.USE, "use system"));
ContextCqlCompletion completion = cs.findCompletion(new CqlQuery(CqlQueryType.DROP_TABLE,
"drop table if exists"));
verifyDropTableAfterDrop(completion, false);
}