diff --git a/tests/Foundation/Entries/EntriesTest.php b/tests/Foundation/Entries/EntriesTest.php index 7f4a939f..7ca590bb 100644 --- a/tests/Foundation/Entries/EntriesTest.php +++ b/tests/Foundation/Entries/EntriesTest.php @@ -44,9 +44,10 @@ test('test fetch() method', function () { // 4 flextype('entries')->create('foo', []); flextype('entries')->create('foo/bar', []); - flextype('entries')->create('foo/baz', []); + flextype('entries')->create('foo/baz', ['foo' => ['bar' => 'zed']]); $fetch = flextype('entries')->fetch('foo', true); $this->assertTrue(count($fetch) > 0); + }); test('test fetchSingle() method', function () {