Skip to content

Commit

Permalink
hotfix(ViewHelpers): update test value
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 21, 2024
1 parent 0730625 commit c6160c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotcom_web/views/helpers_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ defmodule DotcomWeb.ViewHelpersTest do

test "provides fallback for unknown SVG" do
rendered = svg("icon-massport-fake") |> safe_to_string()
assert rendered =~ "icon-mode-bus-default"
assert rendered =~ "fa"
end
end

Expand Down

0 comments on commit c6160c8

Please sign in to comment.