Skip to content

Commit 731242e

Browse files
l12: tests
1 parent 6958033 commit 731242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controllers/LaravelRequestDocsControllerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testApiMain(): void
2828
);
2929

3030
/** {@see \Rakutentech\LaravelRequestDocs\Tests\TestCase::registerRoutes()} */
31-
$this->assertCount(29, $response->json());
31+
$this->assertCount(31, $response->json());
3232

3333
$this->assertSame($expected, $response->json());
3434
}

0 commit comments

Comments
 (0)