update test

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-12 00:11:15 +02:00
parent d74b5800e7
commit 291061032c

View file

@ -34,6 +34,6 @@ test "uses pl-fe default color if invalid color provided" 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