Skip to content

Commit

Permalink
Rename test for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-sundstrom committed Dec 19, 2024
1 parent 428c9da commit a5326ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/content/messages/predictions_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ defmodule Content.Message.PredictionsTest do
assert Content.Message.to_string(msg) == "Ashmont BRD"
end

test "does not put boarding on the sign too early when train is stopped at terminal" do
test "puts 1 min on sign when train is stopped at terminal but departure is between 60-90 seconds" do
prediction = %Predictions.Prediction{
seconds_until_departure: 61,
direction_id: 1,
Expand Down

0 comments on commit a5326ac

Please sign in to comment.