Skip to content

Commit

Permalink
update line number
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 committed Jan 16, 2025
1 parent f986289 commit d3dc83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mix/tasks/gen_site_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ defmodule Mix.Tasks.Beacon.GenSiteTest do
project
|> Igniter.compose_task("beacon.gen.site", @opts_my_site ++ ~w(--host example.com))
|> assert_has_patch("lib/test/application.ex", """
14 + | TestWeb.ExampleEndpoint,
21 + | TestWeb.ExampleEndpoint,
""")
end

Expand Down

0 comments on commit d3dc83b

Please sign in to comment.