Skip to content

Commit

Permalink
missed one!
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Aug 28, 2023
1 parent e278d46 commit 6da3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/screens/v2/widget_instance/train_crowding_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule Screens.V2.WidgetInstance.TrainCrowdingTest do
test "serializes data", %{widget: widget} do
expected = %{
destination: "Oak Grove",
crowding: [:crowded, :not_crowded, :some_crowding, :not_crowded, :crowded, :disabled],
crowding: [:crowded, :not_crowded, :some_crowding, :not_crowded, :crowded, :closed],
platform_position: 3,
front_car_direction: "right",
now: "2023-08-16T21:04:00Z"
Expand Down

0 comments on commit 6da3291

Please sign in to comment.