diff options
-rw-r--r-- | tests/lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app.php b/tests/lib/app.php index 90476e58ccc..5396db8143e 100644 --- a/tests/lib/app.php +++ b/tests/lib/app.php @@ -65,7 +65,7 @@ class Test_App extends PHPUnit_Framework_TestCase { public function testIsAppVersionCompatibleShouldWorkForPreAlpha(){ - $oc = array(5, 0, 0); + $oc = array(5, 0, 3); $app = '4.93'; $this->assertTrue(OC_App::isAppVersionCompatible($oc, $app)); |