diff options
author | tomneedham <tom@owncloud.com> | 2013-11-14 01:11:22 +0000 |
---|---|---|
committer | tomneedham <tom@owncloud.com> | 2013-11-14 01:11:22 +0000 |
commit | 5a2d7008667242836b00260da73497849f2d6464 (patch) | |
tree | 1758c2c6b1b0a1a3e96899527b6eeac1c8551d9a /tests | |
parent | a39f3fdbf9fb20d9fa4c9cbba4765f9989f850ec (diff) | |
download | nextcloud-server-5a2d7008667242836b00260da73497849f2d6464.tar.gz nextcloud-server-5a2d7008667242836b00260da73497849f2d6464.zip |
Fix type in unit test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |