Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Dec 22, 2024
1 parent 462b2f3 commit ffb640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/fixtures/resources_fixtures.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ defmodule Radiator.ResourcesFixtures do
defp get_node_id(_), do: OutlineFixtures.node_fixture().uuid

defp get_episode_id(%{episode_id: id}), do: id
defp get_episode_id(_), do: PodcastFixtures.episode_fixture.id
defp get_episode_id(_), do: PodcastFixtures.episode_fixture().id
end

0 comments on commit ffb640e

Please sign in to comment.