Skip to content

Commit 19dcafa

Browse files
docs: update function name from get_version() to get_versions() (#4945)
1 parent 2e7a8b8 commit 19dcafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ To test the filename mappings, rather than making a bunch of empty files, we're
159159
)
160160
```
161161

162-
The function `test_filename_is` will then load the checker you have specified (and fail spectacularly if you specify a checker that does not exist), try to run `get_version()` with an empty file content and the filename you specified, then check that it "is" something (as opposed to "contains") and that the modulename that `get_version` returns is in fact the `expected_result` you specified.
162+
The function `test_filename_is` will then load the checker you have specified (and fail spectacularly if you specify a checker that does not exist), try to run `get_versions()` with an empty file content and the filename you specified, then check that it "is" something (as opposed to "contains") and that the modulename that `get_versions` returns is in fact the `expected_result` you specified.
163163

164164
For ease of maintenance, please keep the parametrize list in alphabetical order when you add a new tests.
165165

0 commit comments

Comments
 (0)