]> git.mxchange.org Git - friendica.git/commitdiff
Fix test
authorMichael <heluecht@pirati.ca>
Sat, 6 Jun 2020 19:53:26 +0000 (19:53 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 6 Jun 2020 19:53:26 +0000 (19:53 +0000)
tests/src/Util/JSonLDTest.php

index 50f8506c83e8b41eca650356cdfd73e2b8da09ae..969a04759c64830fb8a9bed3d64421b4817262c7 100644 (file)
@@ -42,7 +42,7 @@ class JsonLDTest extends TestCase
                $object = ['field' => []];
 
                $data = JsonLD::fetchElementArray($object, 'field');
-               $this->assertSame([], $data);
+               $this->assertSame([[]], $data);
        }
 
        public function testFetchElementArrayFoundID()