DATACASS-70 - Reverted static Session for Abstract Unit Test until
further redesign
This commit is contained in:
@@ -63,7 +63,7 @@ public abstract class AbstractEmbeddedCassandraIntegrationTest {
|
||||
/**
|
||||
* The {@link Session} for the {@link #keyspace} from the {@link #cluster}.
|
||||
*/
|
||||
protected static Session session;
|
||||
protected Session session;
|
||||
|
||||
protected String keyspace() {
|
||||
return keyspace;
|
||||
|
||||
Reference in New Issue
Block a user