From 3995d4ffd682a0bcffb023543d65d87437a9296d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 1 Apr 2019 13:20:09 +0100 Subject: [PATCH] Update test method name --- tests/Unit/Service/AddressesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');