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:
authorTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 17:11:20 +0300
committerTortue Torche <tortuetorche@users.noreply.github.com>2019-12-10 17:11:20 +0300
commit341ff62f07ee7b4405ad2e6aae583d67f256263d (patch)
tree71cafbb682c963d34ada362a5cd73dec3d154858 /tests
parent856c8864916557962012a4e3879830b8913658e2 (diff)
Fix Event factory.
Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Factories/EventFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Factories/EventFactory.php b/tests/Unit/Factories/EventFactory.php
index d9af4e27..45155ee8 100644
--- a/tests/Unit/Factories/EventFactory.php
+++ b/tests/Unit/Factories/EventFactory.php
@@ -42,6 +42,6 @@ $fm->define('OCA\Polls\Db\Event')->setDefinitions([
},
'token' => Faker::regexify('[A-Za-z0-9]{16}'),
'isAnonymous' => 0,
-]);
'fullAnonymous' => 0,
'showResults' => true,
+]);