mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
fix: Make ctors/dtors public in tests (#2089)
Fix: https://github.com/XRPLF/clio/issues/2087
This commit is contained in:
@@ -84,7 +84,7 @@ protected:
|
||||
};
|
||||
|
||||
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
|
||||
protected:
|
||||
public:
|
||||
~BackendCassandraFactoryTestWithDB()
|
||||
{
|
||||
// drop the keyspace for next test
|
||||
|
||||
Reference in New Issue
Block a user