summaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20/LegacyHooksTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Share20/LegacyHooksTest.php')
-rw-r--r--tests/lib/Share20/LegacyHooksTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Share20/LegacyHooksTest.php b/tests/lib/Share20/LegacyHooksTest.php
index d3a538f1d8d..75a77306116 100644
--- a/tests/lib/Share20/LegacyHooksTest.php
+++ b/tests/lib/Share20/LegacyHooksTest.php
@@ -99,7 +99,7 @@ class LegacyHooksTest extends TestCase {
->setTarget('myTarget');
$hookListner = $this->getMockBuilder('Dummy')->setMethods(['post'])->getMock();
- \OCP\Util::connectHook('OCP\Share', 'pre_unshare', $hookListner, 'post');
+ \OCP\Util::connectHook('OCP\Share', 'post_unshare', $hookListner, 'post');
$hookListnerExpectsPost = [
'id' => 42,