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
path: root/tests
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2021-09-13 13:49:51 +0300
committerGitHub <noreply@github.com>2021-09-13 13:49:51 +0300
commitf19da29c57015ab18155dd615aaff9c6d032e107 (patch)
treec6ed216370421c7b119111bfa059553ca70c1507 /tests
parent9f41bdd38dc057428912b65efea654774be4de19 (diff)
parent34f31067e8e9c208f805865867c7a9156ae67984 (diff)
Merge pull request #1951 from nextcloud/version/3.2
Version 3.2.0-rc1
Diffstat (limited to 'tests')
-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' => '',
]);