Skip to content

Commit

Permalink
chore: additional fixture data corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Jan 15, 2025
1 parent fedf34c commit 42f1b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@pytest.fixture
def user_1():
user = TestEntity()
user.created_date_time = datetime.fromisoformat("2022-01-27T12:59:45.596117")
user.created_date_time = datetime.fromisoformat("2022-01-27T12:59:45.596117+00:00")
user.work_duration = timedelta(seconds=7200)
user.birthday = date(year=2000,month=9,day=4)
user.start_work_time = time(hour=8, minute=0, second=0)
Expand Down

0 comments on commit 42f1b5b

Please sign in to comment.