Skip to content

Commit fd2801e

Browse files
fixup! Reorder requirements file decoding
1 parent afac4fb commit fd2801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_req_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ def test_warns_and_fallsback_to_locale_on_utf8_decode_fail(
10451045
assert str(reqs[0].specifier) == "<=24.0"
10461046

10471047
@pytest.mark.parametrize("encoding", ["utf-8", "gbk"])
1048-
def test_erorrs_on_non_decodable_data(
1048+
def test_errors_on_non_decodable_data(
10491049
self, encoding: str, tmpdir: Path, session: PipSession
10501050
) -> None:
10511051
data = b"\xff"

0 commit comments

Comments
 (0)