Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andybradshaw committed Nov 12, 2024
1 parent 4e9a138 commit a89722f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public static void defineSchema() throws ConfigurationException
@Test
public void testSchemaToMutationsCache() {
SchemaLoader.createKeyspace(KEYSPACE1,
true,
false,
SimpleStrategy.class,
KSMetaData.optsWithRF(1),
SchemaLoader.standardCFMD(KEYSPACE1, CF_STANDARD1),
Expand All @@ -60,6 +62,8 @@ public void testSchemaToMutationsCache() {
Assert.assertTrue(LegacySchemaTables.mutations.asMap().containsKey(initialSchemaUUID));

SchemaLoader.createKeyspace(KEYSPACE2,
true,
false,
SimpleStrategy.class,
KSMetaData.optsWithRF(1),
SchemaLoader.standardCFMD(KEYSPACE1, CF_STANDARD1),
Expand Down

0 comments on commit a89722f

Please sign in to comment.