Skip to content

Commit c0e6b68

Browse files
committed
update test_dict using ruff
1 parent 0e40c5c commit c0e6b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/validators/test_dict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def test_dict_fail_fast(fail_fast, expected):
314314

315315
assert exc_info.value.errors(include_url=False) == expected
316316

317+
317318
@pytest.mark.parametrize('strict', [True, False])
318319
def test_ordered_dict_key_order_preservation(strict):
319320
# GH 12273

0 commit comments

Comments
 (0)