Skip to content

Commit 91f2b39

Browse files
committed
test: Updated integration tests to have more frequent buses
1 parent 72b27d4 commit 91f2b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/utils/test_get_next_bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@pytest.mark.parametrize("target_buses",[
1414
([]),
1515
(None),
16-
(["42", "99", "350"]),
16+
(["6", "99", "350"]),
1717
])
1818
async def test_when_get_next_bus_is_called_then_next_bus_is_returned(target_buses):
1919
# Arrange

0 commit comments

Comments
 (0)