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