Skip to content

Commit

Permalink
fixed expected_values in test_next_milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 5, 2024
1 parent e1d12af commit 00441d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_stepsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def test_max_stepsize_setter():
([1.0, 25.4], 20.1, 25.4),
([9.8], 10.0, None),
([2.0, 0.5, 20.0], 0.0, 0.5),
([3.4, 9.5, 4.4], 4.4, 4.4),
([15.3, 1.2, 0.7, 1.4], 15.3, 15.3),
([3.4, 9.5, 4.4], 4.4, 9.5),
([15.3, 1.2, 0.7, 1.4], 15.3, None),
],
)
def test_next_milestone(milestones, current_time, expected_value):
Expand Down

0 comments on commit 00441d8

Please sign in to comment.