summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJess Balint <jbalint@gmail.com>2022-08-11 22:23:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-11 22:55:28 +0000
commit183c16e908a882b40b7e704b1d448796af37ada8 (patch)
treeb8ff4c19443c1174dcc770e3a6ae06e5499150d0 /docs
parent850596a5f30f7c18ac5fde21270db302951adcfd (diff)
downloadmongo-183c16e908a882b40b7e704b1d448796af37ada8.tar.gz
SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test framework
Diffstat (limited to 'docs')
-rw-r--r--docs/golden_data_test_framework.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/golden_data_test_framework.md b/docs/golden_data_test_framework.md
index 719939993ee..e01c6a502e8 100644
--- a/docs/golden_data_test_framework.md
+++ b/docs/golden_data_test_framework.md
@@ -157,7 +157,7 @@ Use buildscripts/golden_test.py command line tool to manage the test outputs. Th
## Setup
buildscripts/golden_test.py requires a one-time workstation setup.
-Note: this setup is only required to use buildscripts/golden_test.py itselfit is NOT required to
+Note: this setup is only required to use buildscripts/golden_test.py itself. It is NOT required to
just run the Golden Data tests when not using buildscripts/golden_test.py.
1. Create a yaml config file, as described by golden_test_options.idl (link TBD).