summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Service/StatusServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Service/StatusServiceTest.php')
-rw-r--r--tests/Unit/Service/StatusServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/StatusServiceTest.php b/tests/Unit/Service/StatusServiceTest.php
index bb47ef537..dfe3dfd55 100644
--- a/tests/Unit/Service/StatusServiceTest.php
+++ b/tests/Unit/Service/StatusServiceTest.php
@@ -60,7 +60,7 @@ class StatusServiceTest extends TestCase
->will($this->returnValueMap([
['news', 'installed_version', '', '1.0'],
['core', 'backgroundjobs_mode', '', 'cron'],
- ['news', 'useCronUpdates', (string)true, (string)true],
+ ['news', 'useCronUpdates', true, true],
]));
$this->connection->expects($this->exactly(1))