From 5727a4327e30301e448820750d8a98841e1ad866 Mon Sep 17 00:00:00 2001 From: "Spencer, Luke" Date: Tue, 22 Oct 2024 17:47:55 +0100 Subject: [PATCH] Update tests --- test/Github/Tests/Api/Repository/CommitsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Github/Tests/Api/Repository/CommitsTest.php b/test/Github/Tests/Api/Repository/CommitsTest.php index 7cb81403997..9d1b3288afe 100644 --- a/test/Github/Tests/Api/Repository/CommitsTest.php +++ b/test/Github/Tests/Api/Repository/CommitsTest.php @@ -58,7 +58,7 @@ public function shouldShowCommitUsingSha() /** * @test */ - public function shouldGetPullRequestsWithSha() + public function shouldGetAllPullRequestsUsingSha() { $expectedValue = [ ['number' => '1', 'title' => 'My first PR'],