summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Group/MetaDataTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/Group/MetaDataTest.php b/tests/lib/Group/MetaDataTest.php
index 04d2ff807b4..02c881b2e25 100644
--- a/tests/lib/Group/MetaDataTest.php
+++ b/tests/lib/Group/MetaDataTest.php
@@ -56,9 +56,9 @@ class MetaDataTest extends \Test\TestCase {
$group->expects($this->exactly(9))
->method('getGID')
->will($this->onConsecutiveCalls(
- 'admin', 'admin', 'admin',
- 'g2', 'g2', 'g2',
- 'g3', 'g3', 'g3'));
+ 'admin', 'admin',
+ 'g2', 'g2',
+ 'g3', 'g3'));
$group->expects($this->exactly($countCallCount))
->method('count')