diff options
author | Mario <mario@mariovavti.com> | 2024-03-07 10:01:46 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-07 10:01:46 +0100 |
commit | c1228d6b6d73afa294d755b4360c8d5fef72b033 (patch) | |
tree | d1ad7c3634adfe5736ccb2913630a11442e9a0c9 /tests | |
parent | 6262d351b777443bee2a1b5b534082268ebe72f9 (diff) | |
download | volse-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.php | 4 |
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'], |