Skip to content

Commit aacedbf

Browse files
committed
Fix tests
1 parent 53112f1 commit aacedbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Livewire/SlowQueriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
Livewire::test(SlowQueries::class, ['lazy' => false])
5252
->assertSeeHtml(<<<'HTML'
53-
<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>
53+
<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>
5454
HTML);
5555
});
5656

0 commit comments

Comments
 (0)