Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 19:27:52 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 22:07:56 +0300
commit8315de942c61a548a795aefa95eea356058ca3ea (patch)
treea0cb6414d60d455ada9b1425de1fc017482f76b6 /tests
parent1bb5314491c50579eebc9eb325417232c65a580c (diff)
adjust applicable version
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Repair/RepairDavSharesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Repair/RepairDavSharesTest.php b/tests/lib/Repair/RepairDavSharesTest.php
index ad18409a888..093cba0a981 100644
--- a/tests/lib/Repair/RepairDavSharesTest.php
+++ b/tests/lib/Repair/RepairDavSharesTest.php
@@ -74,7 +74,7 @@ class RepairDavSharesTest extends TestCase {
$this->config->expects($this->any())
->method('getSystemValue')
->with('version', '0.0.0')
- ->willReturn('20.0.2');
+ ->willReturn('19.0.2');
$this->output->expects($this->atLeastOnce())
->method('info');