Skip to content

Commit

Permalink
Fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Oct 3, 2023
1 parent c048424 commit aa69a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/apple/show_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apple_show.instance_variable_set(:@apple_episode_json, "foo")
apple_show.instance_variable_set(:@podcast_feeder_episodes, "foo")
apple_show.instance_variable_set(:@episodes, "foo")
apple_show.instance_variable_set(:@deleted_atepisodes, "foo")
apple_show.instance_variable_set(:@deleted_episodes, "foo")
apple_show.reload
assert_nil apple_show.instance_variable_get(:@apple_episode_json)
assert_nil apple_show.instance_variable_get(:@podcast_feeder_episodes)
Expand Down

0 comments on commit aa69a9f

Please sign in to comment.