Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-10-26 14:36:20 +0300
committerdartcafe <github@dartcafe.de>2021-10-26 14:36:20 +0300
commit1e62ff7d26faea236efe243af4ae0be9553b5f54 (patch)
tree31f17913d64768314037a594e4323836ec532205 /tests/Integration
parent6fa7531c9bbcb0901534f4093fa27582307e40a6 (diff)
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'tests/Integration')
-rw-r--r--tests/Integration/Command/Share/AddTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Integration/Command/Share/AddTest.php b/tests/Integration/Command/Share/AddTest.php
index b8549db8..624f4745 100644
--- a/tests/Integration/Command/Share/AddTest.php
+++ b/tests/Integration/Command/Share/AddTest.php
@@ -27,9 +27,9 @@ use OCA\Polls\Command\Share\Add;
use OCA\Polls\Db\Poll;
use OCA\Polls\Db\Share;
use OCA\Polls\Exceptions\ShareAlreadyExistsException;
-use OCA\Polls\Model\Email;
-use OCA\Polls\Model\Group;
-use OCA\Polls\Model\User;
+use OCA\Polls\Model\UserGroup\Email;
+use OCA\Polls\Model\UserGroup\Group;
+use OCA\Polls\Model\UserGroup\User;
use OCP\AppFramework\Db\DoesNotExistException;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Exception\RuntimeException as ConsoleRuntimeException;