Skip to content

Commit c5ac94d

Browse files
authored
Update tests/SwaggerServiceTest.php
1 parent 8136fdf commit c5ac94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SwaggerServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ public function testAddDataWithNotExistsMethodOnController()
714714

715715
public function testAddDataWithBindingInterface()
716716
{
717-
$this->app->bind(TestContract::class,TestRequest::class);
717+
$this->app->bind(TestContract::class, TestRequest::class);
718718
$this->mockDriverGetEmptyAndSaveTmpData($this->getJsonFixture('tmp_data_get_user_request'));
719719

720720
$service = app(SwaggerService::class);

0 commit comments

Comments
 (0)