Skip to content

Commit c9fc38f

Browse files
rozzaCopilot
andauthored
Update driver-sync/src/test/functional/com/mongodb/client/unified/ContextElement.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 441d949 commit c9fc38f

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/ContextElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public static ContextElement ofTopologyEvents(final String client, final BsonArr
140140
return new ContextElement() {
141141
@Override
142142
public String toString() {
143-
return "Events MatchingContext: \n"
143+
return "Events Matching Context: \n"
144144
+ " client: '" + client + "'\n"
145145
+ " Expected events:\n"
146146
+ new BsonDocument("events", expectedEvents).toJson(JsonWriterSettings.builder().indent(true).build()) + "\n"

0 commit comments

Comments
 (0)