Skip to content

Commit

Permalink
Update more CQL
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft committed Dec 23, 2024
1 parent 29248df commit 07b9cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/data/cassandra/BaseTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BackendCassandraBaseTest : public NoLoggerFixture {
R"(
CREATE KEYSPACE IF NOT EXISTS {}
WITH replication = {{'class': 'SimpleStrategy', 'replication_factor': '1'}}
AND durable_writes = true
AND durable_writes = True
)",
keyspace
);
Expand Down Expand Up @@ -211,7 +211,7 @@ TEST_F(BackendCassandraBaseTest, KeyspaceManipulation)
R"(
CREATE KEYSPACE {}
WITH replication = {{'class': 'SimpleStrategy', 'replication_factor': '1'}}
AND durable_writes = true
AND durable_writes = True
)",
keyspace
);
Expand Down

0 comments on commit 07b9cb3

Please sign in to comment.