Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanVaughn committed Nov 27, 2024
1 parent b6a8dec commit 96cc590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test__base.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ class Config:
assert tc.key1 == TestEnum.A
assert tc.key2 == datetime.datetime(2024, 2, 3, 5, 3, 0)


@pytest.mark.parametrize("temp_file", [("valid.json")], indirect=["temp_file"])
def test_valid_file_3(temp_file: str) -> None:
"""
Expand Down

0 comments on commit 96cc590

Please sign in to comment.