Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmjhs committed Oct 22, 2024
1 parent 46c1896 commit 5727a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Github/Tests/Api/Repository/CommitsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function shouldShowCommitUsingSha()
/**
* @test
*/
public function shouldGetPullRequestsWithSha()
public function shouldGetAllPullRequestsUsingSha()
{
$expectedValue = [
['number' => '1', 'title' => 'My first PR'],
Expand Down

0 comments on commit 5727a43

Please sign in to comment.