Skip to content

Commit 7bbf197

Browse files
andrey-helldarStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 7036eca commit 7bbf197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Commands/MigrateTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public function testFailedTransaction()
8888

8989
try {
9090
$this->artisan('migrate:actions')->run();
91-
}
92-
catch (Exception $e) {
91+
} catch (Exception $e) {
9392
$this->assertSame(Exception::class, get_class($e));
9493
$this->assertSame('Random message', $e->getMessage());
9594
}

0 commit comments

Comments
 (0)