mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-08 05:45:51 +00:00
Compare commits
1 Commits
experiment
...
clang_tidy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
038b2d2f35 |
@@ -85,7 +85,7 @@ protected:
|
|||||||
|
|
||||||
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
|
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
|
||||||
protected:
|
protected:
|
||||||
~BackendCassandraFactoryTestWithDB()
|
() override
|
||||||
{
|
{
|
||||||
// drop the keyspace for next test
|
// drop the keyspace for next test
|
||||||
data::cassandra::Handle const handle{TestGlobals::instance().backendHost};
|
data::cassandra::Handle const handle{TestGlobals::instance().backendHost};
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ protected:
|
|||||||
|
|
||||||
std::default_random_engine randomEngine_{0};
|
std::default_random_engine randomEngine_{0};
|
||||||
|
|
||||||
~BackendCassandraTest()
|
() override
|
||||||
{
|
{
|
||||||
// drop the keyspace for next test
|
// drop the keyspace for next test
|
||||||
Handle const handle{TestGlobals::instance().backendHost};
|
Handle const handle{TestGlobals::instance().backendHost};
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ protected:
|
|||||||
setupDatabase();
|
setupDatabase();
|
||||||
}
|
}
|
||||||
|
|
||||||
~MigrationCassandraSimpleTest()
|
() override
|
||||||
{
|
{
|
||||||
// drop the keyspace
|
// drop the keyspace
|
||||||
Handle const handle{TestGlobals::instance().backendHost};
|
Handle const handle{TestGlobals::instance().backendHost};
|
||||||
|
|||||||
Reference in New Issue
Block a user