diff --git a/tests/TextureControllerTest.php b/tests/TextureControllerTest.php index 1fca1502..103bfa2c 100644 --- a/tests/TextureControllerTest.php +++ b/tests/TextureControllerTest.php @@ -309,7 +309,7 @@ class TextureControllerTest extends TestCase Storage::disk('textures')->putFileAs( '.', UploadedFile::fake()->image('avatar.png', 64, 64), - $texture->hash, + $texture->hash ); $this->get("/avatar/player/20/{$player->name}.png") ->assertSuccessful();