Nextbus: Sort results for upcoming times (#29811)
Sort upcoming times across all direction's for a particular route and stop.
This commit is contained in:
parent
9049e090f9
commit
4f1f4a1b4f
2 changed files with 5 additions and 3 deletions
|
@ -206,7 +206,7 @@ async def test_direction_list(
|
|||
},
|
||||
{
|
||||
"title": "Outbound 2",
|
||||
"prediction": {"minutes": "4", "epochTime": "1553807374000"},
|
||||
"prediction": {"minutes": "0", "epochTime": "1553807374000"},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
@ -221,7 +221,7 @@ async def test_direction_list(
|
|||
assert state.attributes["route"] == VALID_ROUTE_TITLE
|
||||
assert state.attributes["stop"] == VALID_STOP_TITLE
|
||||
assert state.attributes["direction"] == "Outbound, Outbound 2"
|
||||
assert state.attributes["upcoming"] == "1, 2, 3, 4"
|
||||
assert state.attributes["upcoming"] == "0, 1, 2, 3"
|
||||
|
||||
|
||||
async def test_custom_name(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue