From 5a2d7008667242836b00260da73497849f2d6464 Mon Sep 17 00:00:00 2001 From: tomneedham Date: Thu, 14 Nov 2013 01:11:22 +0000 Subject: [PATCH] Fix type in unit test --- tests/lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/api.php b/tests/lib/api.php index 6cff1823d50..a1f8d2459a0 100644 --- a/tests/lib/api.php +++ b/tests/lib/api.php @@ -66,7 +66,7 @@ class Test_API extends PHPUnit_Framework_TestCase { // Two shipped success results $result = OC_API::mergeResponses(array( - $this->buildResponse(true, $data1O), + $this->buildResponse(true, $data1), $this->buildResponse(true, $data2), )); $this->checkResult($result); -- 2.39.5