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-01-22 11:43:56 +0300
committerGitHub <noreply@github.com>2021-01-22 11:43:56 +0300
commit877abb0d094c778061c0b3c51afa3a73fa7d239a (patch)
tree6606f6812393bdd016fc71c10fcd13bb4bebd290 /tests
parentb2fefce195e285eafdc36c2f8e717b3805344f4c (diff)
fix migration (#1356)
fix #1355
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Factories/LogFactory.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Unit/Factories/LogFactory.php b/tests/Unit/Factories/LogFactory.php
index 9d0c206e..ec00fe4d 100644
--- a/tests/Unit/Factories/LogFactory.php
+++ b/tests/Unit/Factories/LogFactory.php
@@ -34,6 +34,5 @@ $fm->define('OCA\Polls\Db\Log')->setDefinitions([
'processed' => 0,
'userId' => Faker::firstNameMale(),
'displayName' => Faker::lastName(),
- 'messageId' => 'addPoll',
- 'message' => Faker::text(128)
+ 'messageId' => 'addPoll'
]);