We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51e82 commit b0fcb3aCopy full SHA for b0fcb3a
driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java
@@ -853,7 +853,6 @@ private OperationResult executeAssertSessionTransactionState(final BsonDocument
853
BsonDocument arguments = operation.getDocument("arguments");
854
ClientSession session = entities.getSession(arguments.getString("session").getValue());
855
String state = arguments.getString("state").getValue();
856
- //noinspection SwitchStatementWithTooFewBranches
857
switch (state) {
858
case "starting":
859
case "in_progress":
0 commit comments