Fix type in unit test

This commit is contained in:
tomneedham 2013-11-14 01:11:22 +00:00
parent a39f3fdbf9
commit 5a2d700866
1 changed files with 1 additions and 1 deletions

View File

@ -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);