Skip to content

Commit 094007a

Browse files
committed
chore(tests): Fix typo resulting in tests issue
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent 1e3d541 commit 094007a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Core/Controller/ContactsMenuControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testIndex_withTeam(): void {
7272
$entries[0]->method('getProperty')
7373
->with('UID')
7474
->willReturn('member1');
75-
$entries[0]->method('getProperty')
75+
$entries[1]->method('getProperty')
7676
->with('UID')
7777
->willReturn('member2');
7878

0 commit comments

Comments
 (0)