Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2024
1 parent 801d3f0 commit 566fb56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6160,7 +6160,9 @@ def test_main_msgspec_struct_snake_case():
assert return_code == Exit.OK
assert (
output_file.read_text()
== (EXPECTED_MAIN_PATH / 'main_msgspec_struct_snake_case' / 'output.py').read_text()
== (
EXPECTED_MAIN_PATH / 'main_msgspec_struct_snake_case' / 'output.py'
).read_text()
)


Expand Down

0 comments on commit 566fb56

Please sign in to comment.