Skip to content

Commit c1ce05c

Browse files
author
Dickriven Chellemboyee
committed
add project id
1 parent 79fb8b6 commit c1ce05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ public function shouldGetLanguages()
827827
->will($this->returnValue($expectedArray))
828828
;
829829

830-
$this->assertEquals($expectedArray, $api->languages());
830+
$this->assertEquals($expectedArray, $api->languages(1));
831831
}
832832

833833
/**

0 commit comments

Comments
 (0)