Skip to content

Commit

Permalink
Set the podcast to match feeds when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Nov 14, 2023
1 parent dd92244 commit d479db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/apple/publisher_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
let(:podcast) { create(:podcast) }
let(:public_feed) { create(:feed, podcast: podcast, private: false) }
let(:private_feed) { create(:private_feed, podcast: podcast) }
let(:apple_config) { create(:apple_config, public_feed: public_feed, private_feed: private_feed) }
let(:apple_config) { create(:apple_config, podcast: podcast, public_feed: public_feed, private_feed: private_feed) }
let(:episode) { create(:episode, podcast: podcast) }
let(:apple_episode_api_response) { build(:apple_episode_api_response, apple_episode_id: "123") }
let(:apple_publisher) { apple_config.build_publisher }
Expand Down

0 comments on commit d479db8

Please sign in to comment.