Remove duplicated test

This commit is contained in:
Claudio Ortolina
2026-03-26 11:55:05 +00:00
parent 170a52b3e4
commit 88b575ee95
@@ -67,14 +67,7 @@ defmodule MusicLibrary.Worker.ApplyScrobbleRulesTest do
assert updated_track2.album.musicbrainz_id in [nil, ""]
end
test "handles errors gracefully" do
# Since we can't easily mock here, let's test with no rules
# which should still return :ok
assert :ok = ApplyScrobbleRules.perform(%Oban.Job{args: %{}})
end
test "handles empty rules list" do
# No rules exist
assert :ok = ApplyScrobbleRules.perform(%Oban.Job{args: %{}})
end
end