From 649260c66bfa6e3c779206a831e92f7894176169 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 10 Apr 2023 23:19:41 -0400 Subject: [PATCH] Fix filename example in range index prose test The encryptedFields-Range-type.json files are used by test templates to generate spec tests. Prose tests rely on the range-encryptedFields-type.json files. --- source/client-side-encryption/tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client-side-encryption/tests/README.rst b/source/client-side-encryption/tests/README.rst index 6c77597ac1..d61ec64da5 100644 --- a/source/client-side-encryption/tests/README.rst +++ b/source/client-side-encryption/tests/README.rst @@ -2675,7 +2675,7 @@ Before running each of the following test cases, perform the following Test Setu Test Setup `````````` -Load the file for the specific data type being tested ``encryptedFields-.json``. For example, for ``Int`` load `range-encryptedFields-Int.json `_ as ``encryptedFields``. +Load the file for the specific data type being tested ``range-encryptedFields-.json``. For example, for ``Int`` load `range-encryptedFields-Int.json `_ as ``encryptedFields``. Load the file `key1-document.json `_ as ``key1Document``.