Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and sigmavirus24 committed Nov 24, 2022
1 parent 5fec512 commit 53926c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _checker(data):

@pytest.mark.parametrize('import_name', _load_test_cases())
def test_styles(import_name):
data = "import {}\nimport zlib\n".format(import_name)
data = "import {}\nimport zoneinfo\n".format(import_name)
checker = _checker(data)
codes = [error.code for error in checker.check_order()]
assert codes == []

0 comments on commit 53926c7

Please sign in to comment.