Skip to content

Commit

Permalink
Remove _small for full_logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Jan 3, 2024
1 parent bad8fee commit 2b569fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/transport/test/support/factory.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule DB.Factory do
tags: [],
type: "public-transit",
logo: "https://example.com/#{Ecto.UUID.generate()}_small.png",
full_logo: "https://example.com/#{Ecto.UUID.generate()}_small.png",
full_logo: "https://example.com/#{Ecto.UUID.generate()}.png",
frequency: "daily",
has_realtime: false,
is_active: true,
Expand Down

0 comments on commit 2b569fd

Please sign in to comment.