summaryrefslogtreecommitdiff
path: root/tests/unit/utils.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-08-16 23:46:26 +0300
committerVille Skyttä <ville.skytta@iki.fi>2021-08-16 23:46:26 +0300
commitdff5e9105320ae39cbce4f375ef33803d0f3a593 (patch)
tree218a6bbb5f80be138d2eb9a12225ef073c7e7c6b /tests/unit/utils.py
parentb0007e703a67d0939a4fd123fe594ee04a7a03e5 (diff)
downloadisort-dff5e9105320ae39cbce4f375ef33803d0f3a593.tar.gz
Spelling fixes
Diffstat (limited to 'tests/unit/utils.py')
-rw-r--r--tests/unit/utils.py2
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