Skip to content

Commit b28fe27

Browse files
author
Divjot Arora
committed
add missing changelog entry, fix typo
1 parent ccf41c4 commit b28fe27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/client-side-encryption/tests/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Each YAML file has the following keys:
127127

128128
- ``result``: Same as the Transactions spec test format with one addition: if the operation is expected to return
129129
an error, the ``result`` document may contain an ``isTimeoutError`` boolean field. If ``true``, the test runner
130-
MUST assert that the error represents a timeout due to the use of the ``timeoutMS`` operation. If ``false``, the
130+
MUST assert that the error represents a timeout due to the use of the ``timeoutMS`` option. If ``false``, the
131131
test runner MUST assert that the error does not represent a timeout.
132132

133133
- ``expectations``: |txn|

source/transactions-convenient-api/tests/README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ should be checked:
212212
Changelog
213213
=========
214214

215+
:2021-04-29: Remove text about write concern timeouts from prose test.
216+
215217
:2019-03-01: Add top-level ``runOn`` field to denote server version and/or
216218
topology requirements requirements for the test file. Removes the
217219
``minServerVersion`` top-level field, which is now expressed within

0 commit comments

Comments
 (0)