From fad697cbaf145cf49597c977187c42ca124f0616 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 1 May 2020 14:18:01 -0700 Subject: [PATCH] Names --- command/pr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")