Skip to content

Commit

Permalink
update test to use asynchronous request
Browse files Browse the repository at this point in the history
  • Loading branch information
templeandwebster committed Aug 12, 2024
1 parent ce75237 commit a4107ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EventTests/DefaultEventDispatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testDispatchEvent()
->getMock();

$guzzleClientMock->expects($this->once())
->method('request')
->method('requestAsync')
->with($logEvent->getHttpVerb(), $logEvent->getUrl(), $expectedOptions);

$eventDispatcher = new DefaultEventDispatcher($guzzleClientMock);
Expand Down

0 comments on commit a4107ad

Please sign in to comment.