Update dependencies

ex_slop 0.4.1 => 0.4.2

Introduces a new check around misusing the `length/1` function which
require widespread fixes.
This commit is contained in:
Claudio Ortolina
2026-05-25 19:43:03 +03:00
parent bfcdfc1b90
commit 65b2f3e1f2
27 changed files with 87 additions and 86 deletions
@@ -217,7 +217,7 @@ defmodule MusicLibraryWeb.LiveHelpers.RecordActionsTest do
updated = Records.get_record!(record.id)
# FakeColorExtractor returns a fixed 5-color palette
assert length(updated.dominant_colors) == 5
assert Enum.count_until(updated.dominant_colors, 6) == 5
end
@tag :capture_log