Skip to content

Commit

Permalink
Update tests/test_format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Dec 10, 2022
1 parent 8310b81 commit 41994d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_preview_format(filename: str) -> None:
def test_preview_minimum_python_38_format(filename: str) -> None:
source, expected = read_data("preview_38", filename)
mode = black.Mode(preview=True)
assert_format(source, expected, mode, minimum_version=(3, 9))
assert_format(source, expected, mode, minimum_version=(3, 8))


@pytest.mark.parametrize("filename", all_data_cases("preview_39"))
Expand Down

0 comments on commit 41994d0

Please sign in to comment.