1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

always set players

This commit is contained in:
Robin Appelman 2021-11-14 22:16:10 +01:00
commit 9c61c483fb
2 changed files with 6 additions and 5 deletions

View file

@ -68,6 +68,7 @@ class DemoProviderTest extends TestCase {
$storedData = $demo->jsonSerialize();
$storedData['id'] = $id;
$storedData['players'] = [];
$this->assertEquals($storedData, $retrieved->jsonSerialize());