Skip to content

Commit a27370c

Browse files
committed
- Fixing tests
1 parent 143eef2 commit a27370c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/SettingsUpdatedEventTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ class SettingsUpdatedEventTest extends TestCase
1111
{
1212
use RefreshDatabase;
1313

14-
/** @test */
15-
public function it_logs_that_settings_have_been_updated()
14+
public function test_it_logs_that_settings_have_been_updated()
1615
{
1716
event(new SettingsUpdated(
1817
['name' => 'foo', 'title' => 'bar'],

0 commit comments

Comments
 (0)