Skip to content

Commit

Permalink
fix test name type
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Mar 3, 2023
1 parent 284d10f commit 4c3b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function shouldReturnInstantCapturingIfSetTrueInConstructor(): void
/**
* @test
*/
public function shouldNotReturnInstantCapturingIfSetTrueInConstructor(): void
public function shouldNotReturnInstantCapturingIfSetFalseInConstructor(): void
{
$api = new Api(
array_merge($this->options, ['instantCapturing' => false]),
Expand Down

0 comments on commit 4c3b46f

Please sign in to comment.