Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Aug 8, 2024
1 parent 53112f1 commit aacedbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Livewire/SlowQueriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

Livewire::test(SlowQueries::class, ['lazy' => false])
->assertSeeHtml(<<<'HTML'
<code class="px-3"><span class="font-semibold">SELECT</span> <span class="text-cyan-200">*</span> <span class="font-semibold">FROM</span> <span class="text-purple-200">`users`</span></code>
<code class="px-3"><span class="font-semibold">select</span> <span class="text-cyan-200">*</span> <span class="font-semibold">from</span> <span class="text-purple-200">`users`</span></code>
HTML);
});

Expand Down

0 comments on commit aacedbf

Please sign in to comment.