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 2c50d60 commit 3205990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/radiator/podcast_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Radiator.PodcastTest do

test "list_networks/0 returns all networks" do
network = network_fixture()
assert Podcast.list_networks() == [network]
assert Enum.map(Podcast.list_networks(), fn n -> n.id end) == [network.id]
end

test "list_networks/1 returns all networks with preloaded shows" do
Expand Down

0 comments on commit 3205990

Please sign in to comment.