Skip to content

Commit 82e8655

Browse files
committed
Fix failing test, need to clear sqlmodel
1 parent daf8e90 commit 82e8655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_field_sa_relationship_alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from sqlmodel import Field, Relationship, Session, SQLModel, select
66

77

8-
def test_sa_multi_relationship_alias() -> None:
8+
def test_sa_multi_relationship_alias(clear_sqlmodel) -> None:
99
class Team(SQLModel, table=True):
1010
"""Team model."""
1111

0 commit comments

Comments
 (0)