summaryrefslogtreecommitdiffstats
path: root/tests/lib/share/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/share/helper.php')
-rw-r--r--tests/lib/share/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/share/helper.php b/tests/lib/share/helper.php
index c91d0bdde30..e37a3db8bf0 100644
--- a/tests/lib/share/helper.php
+++ b/tests/lib/share/helper.php
@@ -116,7 +116,7 @@ class Test_Share_Helper extends \Test\TestCase {
* @dataProvider dataTestSplitUserRemoteError
*
* @param string $id
- * @expectedException \OC\Share\Exceptions\InvalidFederatedCloudIdException
+ * @expectedException \OC\HintException
*/
public function testSplitUserRemoteError($id) {
\OC\Share\Helper::splitUserRemote($id);