Skip to content

Commit

Permalink
Update tests/SwaggerServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTray authored Dec 11, 2024
1 parent 8136fdf commit c5ac94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SwaggerServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ public function testAddDataWithNotExistsMethodOnController()

public function testAddDataWithBindingInterface()
{
$this->app->bind(TestContract::class,TestRequest::class);
$this->app->bind(TestContract::class, TestRequest::class);
$this->mockDriverGetEmptyAndSaveTmpData($this->getJsonFixture('tmp_data_get_user_request'));

$service = app(SwaggerService::class);
Expand Down

0 comments on commit c5ac94d

Please sign in to comment.