Skip to content

Commit d674e1d

Browse files
committed
Ahhh the tests x)
1 parent 2a8a22a commit d674e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/PullRequest/ReviewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public function shouldDismissReview()
391391
->with('/repos/octocat/Hello-World/pulls/12/reviews/80/dismissals')
392392
->willReturn($expectedValue);
393393

394-
$this->assertSame($expectedValue, $api->dismiss('octocat', 'Hello-World', 12, 80));
394+
$this->assertSame($expectedValue, $api->dismiss('octocat', 'Hello-World', 12, 80, 'Dismiss reason'));
395395
}
396396

397397
protected function getApiClass()

0 commit comments

Comments
 (0)