Skip to content

Commit 53926c7

Browse files
AMDmi3sigmavirus24
authored andcommitted
Fix test
1 parent 5fec512 commit 53926c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_stdlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _checker(data):
2626

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

0 commit comments

Comments
 (0)