Gabriel Peixoto 6 anni fa
parent
commit
abff219e6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);