Skip to content

Commit 0eed1d1

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,12 @@ public function shouldGetPipelinesWithSHA()
493493
array('id' => 3, 'status' => 'pending', 'ref' => 'test-pipeline')
494494
);
495495

496-
$api = $this->getApiMock();
497-
$api->expects($this->once())
498-
->method('get')
499-
->with('projects/1/pipelines', ['sha' => '123'])
500-
->will($this->returnValue($expectedArray))
501-
;
496+
$api = $this->getApiMock();
497+
$api->expects($this->once())
498+
->method('get')
499+
->with('projects/1/pipelines', ['sha' => '123'])
500+
->will($this->returnValue($expectedArray))
501+
;
502502

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

0 commit comments

Comments
 (0)