From 341ff62f07ee7b4405ad2e6aae583d67f256263d Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Tue, 10 Dec 2019 15:11:20 +0100 Subject: Fix Event factory. Signed-off-by: Tortue Torche --- tests/Unit/Factories/EventFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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, +]); -- cgit v1.2.3