mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 15:15:52 +00:00
test: Remove SetUp and TearDown methods in tests (#2086)
Fix: https://github.com/XRPLF/clio/issues/910
This commit is contained in:
@@ -85,8 +85,7 @@ protected:
|
||||
|
||||
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
|
||||
protected:
|
||||
void
|
||||
TearDown() override
|
||||
~BackendCassandraFactoryTestWithDB()
|
||||
{
|
||||
// drop the keyspace for next test
|
||||
data::cassandra::Handle const handle{TestGlobals::instance().backendHost};
|
||||
|
||||
Reference in New Issue
Block a user