Compare commits

...

1 Commits

Author SHA1 Message Date
godexsoft
038b2d2f35 [CI] clang-tidy auto fixes 2025-05-07 09:37:45 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ protected:
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
protected:
~BackendCassandraFactoryTestWithDB()
() override
{
// drop the keyspace for next test
data::cassandra::Handle const handle{TestGlobals::instance().backendHost};

View File

@@ -115,7 +115,7 @@ protected:
std::default_random_engine randomEngine_{0};
~BackendCassandraTest()
() override
{
// drop the keyspace for next test
Handle const handle{TestGlobals::instance().backendHost};

View File

@@ -155,7 +155,7 @@ protected:
setupDatabase();
}
~MigrationCassandraSimpleTest()
() override
{
// drop the keyspace
Handle const handle{TestGlobals::instance().backendHost};