From e97ae78e4792d5a3d791c778fcec46f16fb4e6cf Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 17 Jul 2019 13:54:44 -0400 Subject: [PATCH] Fix for tests --- tests/ImporterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImporterTest.php b/tests/ImporterTest.php index cccf7430..30bcd8c8 100644 --- a/tests/ImporterTest.php +++ b/tests/ImporterTest.php @@ -359,7 +359,7 @@ class ImporterTest extends TestCase /** * Try importing the aicraft in the airports. Should fail * - * @expectedException ValidationException + * @expectedException \Illuminate\Validation\ValidationException */ public function testInvalidFileImport(): void {