1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

update max size test

This commit is contained in:
Robin Appelman 2019-01-23 18:47:10 +01:00
commit cd3126885b

View file

@ -128,7 +128,7 @@ class UploadProviderTest extends TestCase {
} }
public function testValidateHeaderToBig() { public function testValidateHeaderToBig() {
$this->assertEquals('Demos cant be more than 100MB in size', $this->uploadProvider->validateHeader( $this->assertEquals('Demos cant be more than 150MB in size', $this->uploadProvider->validateHeader(
99999999999, 99999999999,
new Header( new Header(
'HL2DEMO', 'HL2DEMO',