Passed
Push — master ( 81f038...118fbb )
by Fu
03:51
created
stubs/example/Tests/ExampleTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function testStore()
32 32
     {
33 33
         $this->post("{$this->uri}", ['name' => 'demo', 'value' => 'hello world'])
34
-             ->assertStatus(StatusCodeEnum::HTTP_CREATED);
34
+                ->assertStatus(StatusCodeEnum::HTTP_CREATED);
35 35
     }
36 36
 
37 37
     public function testShow()
Please login to merge, or discard this patch.