Skip to content

Commit

Permalink
Fix duplicate test name (pydantic#9387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed May 7, 2024
1 parent a590b98 commit 07b6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class Model(BaseModel):
]


def test_alias_generator() -> None:
def test_alias_generator_class() -> None:
class Model(BaseModel):
a: str

Expand Down

0 comments on commit 07b6473

Please sign in to comment.