Update Laravel Pint

This commit is contained in:
Jonny Barnes 2023-04-20 17:34:06 +01:00
parent 8d93a5ac7a
commit 7ee5bb00ba
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
13 changed files with 78 additions and 78 deletions

View file

@ -16,7 +16,7 @@ class ExampleTest extends DuskTestCase
{
$this->browse(function (Browser $browser) {
$browser->visit('/')
->assertSee('Laravel');
->assertSee('Laravel');
});
}
}

View file

@ -15,7 +15,7 @@ class NotesTest extends DuskTestCase
{
$this->browse(function ($browser) {
$browser->visit('/notes/D')
->assertSee('JBL5');
->assertSee('JBL5');
});
}
@ -28,7 +28,7 @@ class NotesTest extends DuskTestCase
{
$this->browse(function ($browser) {
$browser->visit('/notes/E')
->assertSee('quill.p3k.io');
->assertSee('quill.p3k.io');
});
}
}