Skip to content

Commit

Permalink
tweak to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Nov 18, 2024
1 parent a7d81ac commit 12c9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bmi_tester/_tests/stage_1/time_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_get_current_time(initialized_bmi):
@pytest.mark.skip()
@pytest.mark.dependency(depends=["test_get_start_time"])
def test_get_end_time(initialized_bmi):
"""Test that there is a stop time."""
"""Test that there is a stop time (and that it's after the start)."""
start = initialized_bmi.get_start_time()
stop = initialized_bmi.get_end_time()

Expand Down

0 comments on commit 12c9e40

Please sign in to comment.