Polish TextureControllerTest
See https://github.com/bs-community/blessing-skin-server/pull/8#discussion_r261825089
This commit is contained in:
parent
1ff8e631fe
commit
23deb5c46f
|
|
@ -80,8 +80,8 @@ class TextureControllerTest extends TestCase
|
||||||
->assertJson([
|
->assertJson([
|
||||||
'username' => $player->player_name,
|
'username' => $player->player_name,
|
||||||
'skins' => [
|
'skins' => [
|
||||||
'default' => $alex->hash,
|
'slim' => $alex->hash,
|
||||||
'slim' => $alex->hash
|
'default' => $alex->hash
|
||||||
],
|
],
|
||||||
'cape' => null
|
'cape' => null
|
||||||
]);
|
]);
|
||||||
|
|
@ -92,8 +92,8 @@ class TextureControllerTest extends TestCase
|
||||||
'player_name' => $player->player_name,
|
'player_name' => $player->player_name,
|
||||||
'model_preference' => ['slim'],
|
'model_preference' => ['slim'],
|
||||||
'skins' => [
|
'skins' => [
|
||||||
'default' => $alex->hash,
|
'slim' => $alex->hash,
|
||||||
'slim' => $alex->hash
|
'default' => $alex->hash
|
||||||
],
|
],
|
||||||
'cape' => null
|
'cape' => null
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user