summaryrefslogtreecommitdiff
path: root/tests/test_natsorted_convenience.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_natsorted_convenience.py')
-rw-r--r--tests/test_natsorted_convenience.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_natsorted_convenience.py b/tests/test_natsorted_convenience.py
index 599c4ba..0b2cd75 100644
--- a/tests/test_natsorted_convenience.py
+++ b/tests/test_natsorted_convenience.py
@@ -38,7 +38,7 @@ def fruit_list() -> List[str]:
return ["Apple", "corn", "Corn", "Banana", "apple", "banana"]
-def test_decoder_returns_function_that_can_decode_bytes_but_return_non_bytes_as_is() -> None:
+def test_decoder_returns_function_that_decodes_bytes_but_returns_other_as_is() -> None:
func = decoder("latin1")
str_obj = "bytes"
int_obj = 14