Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Sep 13, 2024
1 parent 56eb268 commit 05f5394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/box_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ defmodule PrimerLive.TestComponents.BoxTest do
""")
|> format_html() ==
"""
<div class="Box" id="client-row-slot"><div phx-update="stream" id="stream-client-row-slot"><div class="Box-row" id="clients-1">Saddlemore</div><div class="Box-row" id="clients-2">Bishop</div><div class="Box-row" id="clients-3">Manach</div><div class="Box-row" id="clients-4">Newton</div><div class="Box-row" id="clients-5">Noakes</div><div class="Box-row" id="clients-6">Pritchard</div><div class="Box-row" id="clients-7">Crocket</div><div class="Box-row" id="clients-8">Samuel</div></div></div>
<div class="Box" id="client-row-slot"><div phx-update="stream" id="stream-client-row-slot" data-stream-container=""><div class="Box-row" id="clients-1">Saddlemore</div><div class="Box-row" id="clients-2">Bishop</div><div class="Box-row" id="clients-3">Manach</div><div class="Box-row" id="clients-4">Newton</div><div class="Box-row" id="clients-5">Noakes</div><div class="Box-row" id="clients-6">Pritchard</div><div class="Box-row" id="clients-7">Crocket</div><div class="Box-row" id="clients-8">Samuel</div></div></div>
"""
|> format_html()
rescue
Expand Down

0 comments on commit 05f5394

Please sign in to comment.