Skip to content

Commit

Permalink
Fix failing test, need to clear sqlmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
cycledriver committed Feb 25, 2024
1 parent daf8e90 commit 82e8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_field_sa_relationship_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from sqlmodel import Field, Relationship, Session, SQLModel, select


def test_sa_multi_relationship_alias() -> None:
def test_sa_multi_relationship_alias(clear_sqlmodel) -> None:
class Team(SQLModel, table=True):
"""Team model."""

Expand Down

0 comments on commit 82e8655

Please sign in to comment.