diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-24 18:11:20 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-24 18:13:37 +0200 |
commit | a2f34f46b28fe2d072e23768fe8df60c6041d025 (patch) | |
tree | 2d7049b19809c0d51d388dc809231837e350b5d8 /tests/lib | |
parent | 89ed2c37bf656ceb772bb6759c8977a7dc78b3fb (diff) | |
download | nextcloud-server-a2f34f46b28fe2d072e23768fe8df60c6041d025.tar.gz nextcloud-server-a2f34f46b28fe2d072e23768fe8df60c6041d025.zip |
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/Files/Node/HookConnectorTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/Node/HookConnectorTest.php b/tests/lib/Files/Node/HookConnectorTest.php index 004b74e755c..a5e73f18365 100644 --- a/tests/lib/Files/Node/HookConnectorTest.php +++ b/tests/lib/Files/Node/HookConnectorTest.php @@ -13,7 +13,6 @@ use OC\Files\Node\HookConnector; use OC\Files\Node\Root; use OC\Files\Storage\Temporary; use OC\Files\View; -use OCP\EventDispatcher\Event; use OCP\EventDispatcher\GenericEvent as APIGenericEvent; use OCP\EventDispatcher\IEventDispatcher; use OCP\Files\Events\Node\AbstractNodeEvent; |