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:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-28 01:44:09 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-28 01:44:09 +0400
commitd17335d7a8fb352c63b64606abd43d2984edbf3e (patch)
tree61109712f183cc42087f5544c7a5ecef07716774 /tests
parentab3b713c2328685b75571e7782ce82686c89aa55 (diff)
fix expectation - same as in master
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/api.php b/tests/lib/api.php
index 9c4324e63e0..183b7288b88 100644
--- a/tests/lib/api.php
+++ b/tests/lib/api.php
@@ -29,7 +29,7 @@ class Test_API extends PHPUnit_Framework_TestCase {
function dataProviderTestOneResult() {
return array(
array(100, true),
- array(101, true),
+ array(101, false),
array(997, false),
);
}