Skip to content

Commit

Permalink
some formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jun 22, 2023
1 parent 5e4cfa4 commit 2b0f7fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_signature/test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ async def health_check() -> None:
@pytest.mark.parametrize(
"preferred_validation_backend, error_message",
(
pytest.param(
"attrs", "invalid literal for int() with base 10: 'thirteen'", marks=pytest.mark.skip, id="attrs"
),
pytest.param("attrs", "invalid literal for int() with base 10: 'thirteen'", marks=pytest.mark.skip, id="attrs"),
pytest.param("pydantic", "value is not a valid integer", marks=pytest.mark.skip, id="pydantic"),
pytest.param("msgspec", "Expected `int`, got `str` - at `$.dep`", id="msgspec"),
),
Expand Down

0 comments on commit 2b0f7fe

Please sign in to comment.