Fix type in unit test

remotes/origin/stable6
tomneedham 13 years ago
parent a39f3fdbf9
commit 5a2d700866
  1. 2
      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);

Loading…
Cancel
Save