Skip to content

Commit c85d298

Browse files
authored
1 parent 065ce33 commit c85d298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/yaml_edit/test/testdata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder contains the files used for Golden testing performed by [golden_test
44

55
With golden testing, we are able to quickly ensure that our output conforms to our expectations given input parameters, which are extremely valuable especially on complex test cases not easily captured by unit tests.
66

7-
When the tests are run (see [Running Tests](#Running-Tests)), the series of specified modifications will be performed on the input, and the various output states will be compared against the `.golden` files if they exist. Othweise, if the `.golden` files do not exist (such as in the case of a new test case), they will be created.
7+
When the tests are run (see [Running Tests](#Running-Tests)), the series of specified modifications will be performed on the input, and the various output states will be compared against the `.golden` files if they exist. Otherwise, if the `.golden` files do not exist (such as in the case of a new test case), they will be created.
88

99
## Table of Contents
1010

0 commit comments

Comments
 (0)