adjust test to new version

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-09-22 16:13:49 +02:00
parent 12b02e9785
commit 94fe6fdbb1
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class RepairInvalidPathsTest extends TestCase {
$config->expects($this->any())
->method('getSystemValue')
->with('version', '0.0.0')
->willReturn('12.0.0.0');
->willReturn('11.0.0.1');
$this->repair = new RepairInvalidPaths(\OC::$server->getDatabaseConnection(), $config);
}