diff --git a/tests/src/Unit/CloudFrontInvalidatorTest.php b/tests/src/Unit/CloudFrontInvalidatorTest.php index 87e187b..4517b23 100644 --- a/tests/src/Unit/CloudFrontInvalidatorTest.php +++ b/tests/src/Unit/CloudFrontInvalidatorTest.php @@ -87,7 +87,7 @@ class CloudFrontInvalidatorTest extends UnitTestCase { */ public function testInvalidateError() { $this->logger->expects($this->never()) - ->method('iinfo'); + ->method('info'); /* @var \PHPUnit_Framework_MockObject_MockObject|\Aws\CommandInterface $command */ $command = $this->createMock(CommandInterface::class);