Skip to content

Commit ace0d6e

Browse files
author
Paolo Mainardi
committed
refs #81: Fix project test
1 parent 9f53954 commit ace0d6e

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
@@ -77,7 +77,7 @@ public function shouldSearchProjects()
7777
{
7878
$expectedArray = $this->getMultipleProjectsData();
7979

80-
$api = $this->getMultipleProjectsRequestMock('projects/search/a+project', $expectedArray);
80+
$api = $this->getMultipleProjectsRequestMock('projects/search/a%20project', $expectedArray);
8181

8282
$this->assertEquals($expectedArray, $api->search('a project'));
8383
}

0 commit comments

Comments
 (0)