Skip to content

Commit

Permalink
Update tests/unit/test_contrib/test_sqlalchemy/test_serialization_plu…
Browse files Browse the repository at this point in the history
…gin.py
  • Loading branch information
cofin authored Aug 1, 2023
1 parent 8b8130d commit 1fa4b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_a() -> A:


class User(UUIDAuditBase):
first_name: Mapped[str]
first_name: Mapped[str] = mapped_column(String(200))


def test_pagination_serialization() -> None:
Expand Down

0 comments on commit 1fa4b03

Please sign in to comment.