Skip to content

Commit 60c6bb9

Browse files
fixup! Reorder requirements file decoding
1 parent be0ffc5 commit 60c6bb9

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
@@ -1058,7 +1058,7 @@ def test_warns_and_fallsback_to_locale_on_utf8_decode_fail(
10581058
assert str(reqs[0].specifier) == "<=24.0"
10591059

10601060
@pytest.mark.parametrize("encoding", ["utf-8", "gbk"])
1061-
def test_erorrs_on_non_decodable_data(
1061+
def test_errors_on_non_decodable_data(
10621062
self, encoding: str, tmpdir: Path, session: PipSession
10631063
) -> None:
10641064
data = b"\xff"

0 commit comments

Comments
 (0)