diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2021-08-16 23:46:26 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2021-08-16 23:46:26 +0300 |
| commit | dff5e9105320ae39cbce4f375ef33803d0f3a593 (patch) | |
| tree | 218a6bbb5f80be138d2eb9a12225ef073c7e7c6b /tests/unit/utils.py | |
| parent | b0007e703a67d0939a4fd123fe594ee04a7a03e5 (diff) | |
| download | isort-dff5e9105320ae39cbce4f375ef33803d0f3a593.tar.gz | |
Spelling fixes
Diffstat (limited to 'tests/unit/utils.py')
| -rw-r--r-- | tests/unit/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils.py b/tests/unit/utils.py index b87e7a45..3b00ced9 100644 --- a/tests/unit/utils.py +++ b/tests/unit/utils.py @@ -19,7 +19,7 @@ def as_stream(text: str) -> UnseekableTextIOWrapper: def isort_test(code: str, expected_output: str = "", **config): """Runs isort against the given code snippet and ensures that it - gives consistent output accross multiple runs, and if an expected_output + gives consistent output across multiple runs, and if an expected_output is given - that it matches that. """ expected_output = expected_output or code |
