Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Jun 29, 2024
1 parent 2f0805d commit 45f6763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/widget/test_strava.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
distance=Unit("m") * 10000,
elapsed_time=45 * 60,
moving_time=45 * 60,
type=Activity.RUN,
sport_type="Run",
),
Activity(
name="Test Activity 2",
start_date_local=datetime(2021, 11, 21, 7, 10),
distance=Unit("m") * 21100,
elapsed_time=105 * 60,
moving_time=105 * 60,
type=Activity.RUN,
sport_type="Run",
),
]

Expand Down

0 comments on commit 45f6763

Please sign in to comment.