Skip to content

Commit

Permalink
add a direct episode link to urls
Browse files Browse the repository at this point in the history
fixup 2, 10 failures
  • Loading branch information
electronicbites committed Dec 22, 2024
1 parent 8fedcbf commit 2c50d60
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 @@ -32,6 +32,6 @@ defmodule Radiator.ResourcesFixtures do
defp get_node_id(%{node_id: id}), do: id
defp get_node_id(_), do: OutlineFixtures.node_fixture().uuid

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

0 comments on commit 2c50d60

Please sign in to comment.