Skip to content

Commit

Permalink
Switch test for crest presence from png to svg, per govuk-frontend v5…
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHowellDfE committed Dec 30, 2024
1 parent f32404d commit 07f9904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public async Task HostsCompiledAssets(string fileName)

[Theory]
[InlineData("images/favicon.ico")]
[InlineData("images/govuk-crest.png")]
[InlineData("images/govuk-crest.svg")]
[InlineData("fonts/bold-affa96571d-v2.woff")]
public async Task HostsStaticAssets(string fileName)
{
Expand Down

0 comments on commit 07f9904

Please sign in to comment.