Gabriel Peixoto 6 vuotta sitten
vanhempi
commit
abff219e6c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/Unit/GeneratorTestCase.php

+ 1 - 1
tests/Unit/GeneratorTestCase.php

@@ -273,7 +273,7 @@ abstract class GeneratorTestCase extends TestCase
         fwrite($fp, json_encode([
             'id' => 5,
             'name' => 'Jessica Jones',
-            'gender' => 'female'
+            'gender' => 'female',
         ]));
         fclose($fp);