aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
index 46c90075..fa93c9c2 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -695,7 +695,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
695 695
696 $config->setTheme('material'); 696 $config->setTheme('material');
697 $config->setItemsPerPage(30); 697 $config->setItemsPerPage(30);
698 $config->setReadingSpeed(1); 698 $config->setReadingSpeed(200);
699 $config->setLanguage('en'); 699 $config->setLanguage('en');
700 $config->setPocketConsumerKey('xxxxx'); 700 $config->setPocketConsumerKey('xxxxx');
701 701