1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

feat(tests): update tests for MediaField

This commit is contained in:
Awilum
2021-02-09 22:16:45 +03:00
parent 9a1ee30aab
commit c11231850f

View File

@@ -41,6 +41,6 @@ test('test media.files field', function () {
$this->assertEquals(2, $media['collection_of_files']->count());
$this->assertEquals('foo', $media['macroable_folder']['id']);
$this->assertEquals(4, $media['foo_folder']->count());
$this->assertEquals(6, $media['foo_folder']->count());
$this->assertEquals(1, $media['collection_of_folders']->count());
});