diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-05 10:10:05 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-03-12 12:02:14 +0100 |
commit | ae369e870dea914c1d2d4cfac6d29dc4f51c4709 (patch) | |
tree | e356fc111c883d2a7e3e5ff4c635ed3028179ac9 /tests | |
parent | 2609b30df0694f7d03e886c1782df54d4c9b01ac (diff) | |
download | nextcloud-server-ae369e870dea914c1d2d4cfac6d29dc4f51c4709.tar.gz nextcloud-server-ae369e870dea914c1d2d4cfac6d29dc4f51c4709.zip |
Fixed caldav tests and metadata 2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Group/MetaDataTest.php | 6 |
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') |