Multisite tests: Update default space allowed in get_space_allowed(). see #23650, [25092].

git-svn-id: https://develop.svn.wordpress.org/trunk@25111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-08-23 22:54:54 +00:00
parent 3f130cd103
commit dc9bd8db8a
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class Tests_MS extends WP_UnitTestCase {
* @ticket 18119
*/
function test_upload_is_user_over_quota() {
$default_space_allowed = 50;
$default_space_allowed = 100;
$echo = false;
$this->assertFalse( upload_is_user_over_quota( $echo ) );