Skip to content

Commit

Permalink
Correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Mar 12, 2024
1 parent 290e7d6 commit bef86d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mix/tasks/lvn.gen.layout_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Mix.Tasks.Lvn.Gen.LayoutTest do
:ok
end

test "generates the `Native` module into the project's lib directory", config do
test "generates layout file and the layout templates into the proper format directory", config do
in_tmp_live_project config.test, fn ->
Gen.Layout.run(["gameboy"])
assert_file "lib/live_view_native_web/components/layouts_gameboy/app.gameboy.neex"
Expand Down

0 comments on commit bef86d6

Please sign in to comment.