mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
update max size test
This commit is contained in:
parent
09681d84e9
commit
cd3126885b
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class UploadProviderTest extends TestCase {
|
|||
}
|
||||
|
||||
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,
|
||||
new Header(
|
||||
'HL2DEMO',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue