verifyInitialCompletion(completion);
}
@Test
public void testFindCompletion_AlterKeyspace_NotSupported() {
ContextCqlCompletion completion = cs
.findCompletion(new CqlQuery(CqlQueryType.ALTER_KEYSPACE, "alter keyspace"));
vh.verifyCompletionNotSupported(completion, "alter keyspace");
}