Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed Aug 10, 2023
1 parent fd173e6 commit a290e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


@pytest.mark.parametrize(
"xref, increasing_velocity", [(8.90561595, False), (12.76397397, True)]
"xref, increasing_velocity", [(8.90561595, False), (8.88578982, True)]
)
def test_invert(xref, increasing_velocity):
model = copy.deepcopy(helpers.model)
Expand Down

0 comments on commit a290e72

Please sign in to comment.