From dc9bd8db8a93a7f19155c7473275cbaac811c4ab Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 23 Aug 2013 22:54:54 +0000 Subject: [PATCH] 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 --- tests/tests/ms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/ms.php b/tests/tests/ms.php index db83043c30..43fa94ed60 100644 --- a/tests/tests/ms.php +++ b/tests/tests/ms.php @@ -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 ) );