diff --git a/command/pr_test.go b/command/pr_test.go index 0c92f2beb..e89115e1a 100644 --- a/command/pr_test.go +++ b/command/pr_test.go @@ -900,7 +900,7 @@ func TestPRReopen_alreadyOpen(t *testing.T) { } } -func TestPRReopen_merged(t *testing.T) { +func TestPRReopen_alreadyMerged(t *testing.T) { initBlankContext("", "OWNER/REPO", "master") http := initFakeHTTP() http.StubRepoResponse("OWNER", "REPO")