Skip to content

Commit

Permalink
Proper syntax for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Feb 27, 2024
1 parent e6aa92a commit 2fb3330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live_view_native/template_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule LiveViewNative.TemplateTest do
assigns = %{}

assert ~LVN"""
<FooBar />
<FooBar/>
"""
|> render() =~ "<FooBar></FooBar>"
end
Expand Down

0 comments on commit 2fb3330

Please sign in to comment.