Skip to content

Commit 3e51e82

Browse files
committed
add back killAllSessions
1 parent 6718f43 commit 3e51e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void setUp() {
219219
this::createGridFSBucket,
220220
this::createClientEncryption);
221221

222-
// killAllSessions();
222+
killAllSessions();
223223

224224
addInitialData();
225225
}

0 commit comments

Comments
 (0)