aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-07 10:01:46 +0100
committerMario <mario@mariovavti.com>2024-03-07 10:01:46 +0100
commitc1228d6b6d73afa294d755b4360c8d5fef72b033 (patch)
treed1ad7c3634adfe5736ccb2913630a11442e9a0c9 /tests
parent6262d351b777443bee2a1b5b534082268ebe72f9 (diff)
downloadvolse-hubzilla-c1228d6b6d73afa294d755b4360c8d5fef72b033.tar.gz
volse-hubzilla-c1228d6b6d73afa294d755b4360c8d5fef72b033.tar.bz2
volse-hubzilla-c1228d6b6d73afa294d755b4360c8d5fef72b033.zip
whitespace
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Lib/ActivityTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit/Lib/ActivityTest.php b/tests/unit/Lib/ActivityTest.php
index 38c3d584c..53aa16ebc 100644
--- a/tests/unit/Lib/ActivityTest.php
+++ b/tests/unit/Lib/ActivityTest.php
@@ -28,9 +28,7 @@ class ActivityTest extends UnitTestCase {
],
'get content from map' => [
['contentMap' => ['en' => 'Some content']],
- [
- 'en' => 'Some content'
- ]
+ ['en' => 'Some content']
],
'get not available content' => [
['some_field' => 'Some content'],