Skip to content

Commit e54cb7c

Browse files
authored
Fix wrong test description (#1493)
1 parent e9ae09d commit e54cb7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/index-management/tests/searchIndexIgnoresReadWriteConcern.json

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

source/index-management/tests/searchIndexIgnoresReadWriteConcern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ tests:
4949
writeConcern: { $$exists: false }
5050
readConcern: { $$exists: false }
5151

52-
- description: "createSearchIndex ignores read and write concern"
52+
- description: "createSearchIndexes ignores read and write concern"
5353
operations:
5454
- name: createSearchIndexes
5555
object: *collection0
56-
arguments:
56+
arguments:
5757
models: []
5858
expectError:
5959
# This test always errors in a non-Atlas environment. The test functions as a unit test by asserting

0 commit comments

Comments
 (0)