fix: Make ctors/dtors public in tests (#2089)

Fix: https://github.com/XRPLF/clio/issues/2087
This commit is contained in:
Ayaz Salikhov
2025-05-07 12:49:47 +01:00
committed by GitHub
parent 68f832a832
commit e75aa1add1
3 changed files with 9 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ protected:
};
class BackendCassandraFactoryTestWithDB : public BackendCassandraFactoryTest {
protected:
public:
~BackendCassandraFactoryTestWithDB()
{
// drop the keyspace for next test