This commit is contained in:
Corey Johnson 2020-05-01 14:18:01 -07:00
parent 846425fe5e
commit fad697cbaf

View file

@ -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")