Skip to content

Commit

Permalink
Update tests v3
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Jun 30, 2024
1 parent 14f587e commit 54cb363
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 @@ -37,15 +37,15 @@
distance=10000,
elapsed_time=45 * 60,
moving_time=45 * 60,
sport_type="Run",
type="Run",
),
Activity(
name="Test Activity 2",
start_date_local=datetime(2021, 11, 21, 7, 10),
distance=21100,
elapsed_time=105 * 60,
moving_time=105 * 60,
sport_type="Run",
type="Run",
),
]

Expand Down

0 comments on commit 54cb363

Please sign in to comment.