Skip to content

Commit

Permalink
Remove redundant defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 14, 2024
1 parent b3be441 commit 77b1aa2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/dotcom/transit_near_me_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,6 @@ defmodule Dotcom.TransitNearMeTest do
direction_id: @direction_id,
id: Faker.Internet.slug(),
route: @route,
schedule_relationship: nil,
status: nil,
stop: @stop,
stop_sequence: @stop_sequence,
time: @prediction_time1,
Expand All @@ -701,8 +699,6 @@ defmodule Dotcom.TransitNearMeTest do
direction_id: @direction_id,
id: Faker.Internet.slug(),
route: @route,
schedule_relationship: nil,
status: nil,
stop: @stop,
stop_sequence: @stop_sequence,
time: @prediction_time2,
Expand All @@ -722,8 +718,6 @@ defmodule Dotcom.TransitNearMeTest do
direction_id: @direction_id,
id: Faker.Internet.slug(),
route: @route,
schedule_relationship: nil,
status: nil,
stop: @stop,
stop_sequence: @stop_sequence,
time: @prediction_time3,
Expand Down

0 comments on commit 77b1aa2

Please sign in to comment.