Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuinside committed Nov 23, 2021
1 parent 8f6fdc9 commit ba8411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class UsersWorkSchedule(db.Model):
__tablename__ = 'users_WorkSchedule'
id = db.Column(ARRAY((1,1)), nullable=False)
id = db.Column(ARRAY((1,1)), primary_key=True)
request_drop_date = db.Column(smalldatetime())
shift_class = db.Column(db.String(5))
start_history = db.Column(datetime2(7), nullable=False)
Expand Down

0 comments on commit ba8411a

Please sign in to comment.