Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Sep 11, 2024
1 parent d74b580 commit 2910610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pleroma/web/utils/colors_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ defmodule Pleroma.Web.Utils.ColorsTest do

test "shades_to_css/2" do
result = Colors.shades_to_css("primary")
assert String.contains?(result, "--color-primary-500: 4, 130, 216;")
assert String.contains?(result, "--color-primary-500: 216, 4, 130;")
end
end

0 comments on commit 2910610

Please sign in to comment.