Skip to content

Commit

Permalink
Small fix after merge PR#1
Browse files Browse the repository at this point in the history
  • Loading branch information
demyan112rv committed Jul 22, 2020
1 parent 99b71b5 commit 45b423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ImposterTest.php
Expand Up @@ -22,7 +22,7 @@ public function testFill(): void
->setCert('cert')
->setMutualAuth(true)
->setDefaultResponse(new Response())
->setAllowCORS(true);
->setAllowCORS(true)
->setRecordRequests(true);

$this->assertNotEmpty($imposter->getName());
Expand Down

0 comments on commit 45b423d

Please sign in to comment.