fix: Upload test

This commit is contained in:
Phan An 2020-06-13 21:44:15 +02:00
parent 534bdb61fa
commit f51e6e7326

View file

@ -88,9 +88,9 @@ class UploadTest extends TestCase
'/api/upload',
['file' => $file],
factory(User::class, 'admin')->create()
)->seeJsonStructure(['song' => [
)->seeJsonStructure([
'album',
'artist',
]]);
]);
}
}