Skip to content

Commit

Permalink
Fix method name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 9, 2019
1 parent ed9573d commit 22e20af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/AgentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function testMetadataExceptionsAreLogged() : void
$connector
);

$connector->method('connected')->wilLReturn(true);
$connector->method('connected')->willReturn(true);

$connector->expects(self::at(1))
->method('sendCommand')
Expand Down

0 comments on commit 22e20af

Please sign in to comment.