sempixel 7 years ago
parent
commit
460d221a07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/ApiDocGeneratorTest.php

+ 1 - 1
tests/ApiDocGeneratorTest.php

@@ -345,7 +345,7 @@ class ApiDocGeneratorTest extends TestCase
         $this->assertTrue(is_array($parsed));
         $this->assertArrayHasKey('showresponse', $parsed);
         $this->assertTrue($parsed['showresponse']);
-        $this->assertSame($parsed['response'], '"{\n data: [],\n}"');
+        $this->assertSame($parsed['response'], "{\n data: [],\n}");
     }
 
     public function testCanParseTransformerTag()