Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Feb 14, 2024
1 parent 6a1bff5 commit c8eec79
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -319,7 +319,8 @@ private void assertOperation(final UnifiedTestContext context, final BsonDocumen
assertOperationResult(context, operation, operationIndex, result);
}

private static void assertOperationResult(UnifiedTestContext context, BsonDocument operation, int operationIndex, OperationResult result) {
private static void assertOperationResult(final UnifiedTestContext context, final BsonDocument operation, final int operationIndex,
final OperationResult result) {
context.getAssertionContext().push(ContextElement.ofCompletedOperation(operation, result, operationIndex));
if (!operation.getBoolean("ignoreResultAndError", BsonBoolean.FALSE).getValue()) {
if (operation.containsKey("expectResult")) {
Expand Down

0 comments on commit c8eec79

Please sign in to comment.