diff --git a/tests/Unit/Service/AddressesTest.php b/tests/Unit/Service/AddressesTest.php index 0e5ac49..014231c 100644 --- a/tests/Unit/Service/AddressesTest.php +++ b/tests/Unit/Service/AddressesTest.php @@ -25,7 +25,7 @@ class AddressesTest extends TestCase } /** @test */ - public function throw_an_exception_an_address_file_does_not_exist() { + public function throw_an_exception_if_an_address_file_does_not_exist() { $this->expectException(\RuntimeException::class); Addresses::load('does-not-exist');