Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdavidzeng committed Jun 18, 2020
1 parent b2087ee commit e796e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ class Til(Base):
class Til(Base):
__tablename__ = 'til'

refer_info = Column(String)
refer_info = Column(Integer)

0 comments on commit e796e07

Please sign in to comment.