Skip to content

Commit

Permalink
FIXUP use del fast_rolling_stock
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed Jan 18, 2024
1 parent ab97008 commit a0f92c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test_timetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_get_timetable(


def test_timetable_import(small_scenario: Scenario, fast_rolling_stock: int):
_ = fast_rolling_stock # We use it by name
del fast_rolling_stock # We use it by name
requests.post(f"{EDITOAST_URL}infra/{small_scenario.infra}/load").raise_for_status()
payload = [
{
Expand Down

0 comments on commit a0f92c7

Please sign in to comment.