style: clang-tidy auto fixes (#2092)

Fixes #2091. Please review and commit clang-tidy fixes.

Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-07 14:29:12 +01:00
committed by GitHub
parent e75aa1add1
commit 59d27db5ab
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -156,7 +156,7 @@ public:
testMigrationBackend_ = testBundle.second;
}
~MigrationCassandraSimpleTest()
~MigrationCassandraSimpleTest() override
{
// drop the keyspace
Handle const handle{TestGlobals::instance().backendHost};