Archived
1
0
Fork 0

update Itch test

This commit is contained in:
Alexander Yakovlev 2019-04-18 20:59:46 +07:00
parent e0094db78d
commit 5904318c2b
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -42,6 +42,7 @@ class ItchTest extends BaseTest
$this->assertSame($game->url, $url);
$this->assertSame($game->title, 'Spider And Web');
$this->assertSame($game->author, 'zarf');
$this->assertSame($game->description, '');
$this->assertSame($game->description, NULL);
$this->assertSame($game->short_description, 'Interactive fiction');
}
}