From b6b5146f16ea0d4966d8cb7eb7501d7c60827062 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 2 Jun 2015 14:22:48 +0100 Subject: [PATCH] Formatting --- tests/Api/IncidentTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Api/IncidentTest.php b/tests/Api/IncidentTest.php index f643c562..775c45cd 100644 --- a/tests/Api/IncidentTest.php +++ b/tests/Api/IncidentTest.php @@ -48,9 +48,9 @@ class IncidentTest extends AbstractTestCase $this->beUser(); $this->post('/api/v1/incidents', [ - 'name' => 'Foo', - 'message' => 'Lorem ipsum dolor sit amet', - 'status' => 1, + 'name' => 'Foo', + 'message' => 'Lorem ipsum dolor sit amet', + 'status' => 1, ]); $this->seeJson(['name' => 'Foo']); }