Skip to content

Commit e017a71

Browse files
laurenzgamperm1guelpf
authored andcommitted
replace more tabs
1 parent 0eed1d1 commit e017a71

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
@@ -500,7 +500,7 @@ public function shouldGetPipelinesWithSHA()
500500
->will($this->returnValue($expectedArray))
501501
;
502502

503-
$this->assertEquals($expectedArray, $api->pipelines(1, ['sha' => '123']));
503+
$this->assertEquals($expectedArray, $api->pipelines(1, ['sha' => '123']));
504504
}
505505

506506
/**

0 commit comments

Comments
 (0)