Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asolimando committed Feb 4, 2024
1 parent 2409ef8 commit 8dd0734
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class CassandraAdapterTest {
private static final ImmutableMap<String, String> TWISSANDRA =
CassandraExtension.getDataset("/model.json");

private static final ImmutableMap<String, String> TWISSANDRA_WITHOUT_KEYSPACE =
CassandraExtension.getDataset("/model-without-keyspace.json");

@BeforeAll
static void load(CqlSession session) {
new CQLDataLoader(session)
Expand Down

0 comments on commit 8dd0734

Please sign in to comment.