Skip to content

Commit 618f8d3

Browse files
authored
Remove result expectation in command monitoring tests (#1604)
1 parent 663db4d commit 618f8d3

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

source/command-logging-and-monitoring/tests/monitoring/unacknowledgedBulkWrite.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/command-logging-and-monitoring/tests/monitoring/unacknowledgedBulkWrite.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ tests:
4242
object: *collection
4343
arguments:
4444
filter: { }
45-
expectResult: [
46-
{ _id: 1, x: 11 },
47-
{ _id: "unorderedBulkWriteInsertW0", x: 44 }
48-
]
4945
expectEvents:
5046
- client: *client
5147
ignoreExtraEvents: true

0 commit comments

Comments
 (0)