Skip to content

Commit

Permalink
drop condition that 0.0 is the start
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Nov 18, 2024
1 parent c4f5c99 commit a7d81ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bmi_tester/_tests/stage_1/time_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def test_get_start_time(initialized_bmi):
start = initialized_bmi.get_start_time()

assert isinstance(start, float)
assert start == approx(0.0)


@pytest.mark.dependency()
Expand Down

0 comments on commit a7d81ac

Please sign in to comment.