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:
parent
47d7d24f30
commit
9c61c483fb
2 changed files with 6 additions and 5 deletions
|
|
@ -68,6 +68,7 @@ class DemoProviderTest extends TestCase {
|
|||
|
||||
$storedData = $demo->jsonSerialize();
|
||||
$storedData['id'] = $id;
|
||||
$storedData['players'] = [];
|
||||
|
||||
$this->assertEquals($storedData, $retrieved->jsonSerialize());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue