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-09-12 23:27:29 +0300
committerdartcafe <github@dartcafe.de>2021-09-12 23:27:29 +0300
commit16b586fef7955b35ba1615748a5699d8d148b3ce (patch)
tree6a4cbe8b642a1e14b3c036018e4c7fc189da1bb1 /tests/Unit
parentcbe2444751b8ef5d28f08c2ab20c9366a3b263fe (diff)
fix test
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Factories/PollFactory.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/Factories/PollFactory.php b/tests/Unit/Factories/PollFactory.php
index 01d3ee12..21c6a967 100644
--- a/tests/Unit/Factories/PollFactory.php
+++ b/tests/Unit/Factories/PollFactory.php
@@ -59,4 +59,5 @@ $fm->define('OCA\Polls\Db\Poll')->setDefinitions([
'important' => 0,
'hideBookedUp' => 0,
'useNo' => 0,
+ 'misc_settings' => '',
]);