chore: fixup typo

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-03-22 18:15:54 -04:00 committed by GitHub
parent a3731e6634
commit 74995384d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ class DownloadResponseTest extends \Test\TestCase {
$headers = $response->getHeaders();
$this->assertStringContainsString('attachment', $headers['Content-Disposition']);
$this->assertStringContainsString($expected, $headers['Content-Disposition'])
$this->assertStringContainsString($expected, $headers['Content-Disposition']);
}
public static function filenameEncodingProvider() : array {