Skip to content

Commit c11e802

Browse files
committed
fix: test generator
1 parent 5db3adc commit c11e802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/test.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,16 @@ public function testGetNotExists()
177177

178178
$response->assertNotFound();
179179
}
180-
181180
@if ($withAuth)
181+
182182
public function testGetNoAuth()
183183
{
184184
$response = $this->json('get', '/{{$entities}}/1');
185185

186186
$response->assertUnauthorized();
187187
}
188188
@endif
189+
189190
public static function getSearchFilters(): array
190191
{
191192
return [

0 commit comments

Comments
 (0)