Skip to content

Commit

Permalink
adjust test evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfabi committed May 5, 2024
1 parent cf544fa commit 21a56d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_electricity():
@pytest.mark.parametrize(
"transportation_mode,weekly_distance,size,fuel_type,occupancy,passengers,expected",
[
pytest.param("car", 30, "medium", "gasoline", None, 1, 6.93, id="car commute"),
pytest.param("car", 30, "medium", "gasoline", None, 1, 6.45, id="car commute"),
pytest.param("bicycle", 60, None, None, None, 1, 0.54, id="bicycle commute"),
],
)
Expand Down

0 comments on commit 21a56d5

Please sign in to comment.