@@ -399,7 +399,7 @@ func TestPRView_preview(t *testing.T) {
399399
400400 expectedLines := []* regexp.Regexp {
401401 regexp .MustCompile (`Blueberries are from a fork` ),
402- regexp .MustCompile (`nobody wants to merge 12 commits into master from blueberries` ),
402+ regexp .MustCompile (`OPEN • nobody wants to merge 12 commits into master from blueberries` ),
403403 regexp .MustCompile (`blueberries taste good` ),
404404 regexp .MustCompile (`View this pull request on GitHub: https://github.com/OWNER/REPO/pull/12` ),
405405 }
@@ -434,7 +434,7 @@ func TestPRView_previewCurrentBranch(t *testing.T) {
434434
435435 expectedLines := []* regexp.Regexp {
436436 regexp .MustCompile (`Blueberries are a good fruit` ),
437- regexp .MustCompile (`nobody wants to merge 8 commits into master from blueberries` ),
437+ regexp .MustCompile (`OPEN • nobody wants to merge 8 commits into master from blueberries` ),
438438 regexp .MustCompile (`blueberries taste good` ),
439439 regexp .MustCompile (`View this pull request on GitHub: https://github.com/OWNER/REPO/pull/10` ),
440440 }
@@ -469,7 +469,7 @@ func TestPRView_previewCurrentBranchWithEmptyBody(t *testing.T) {
469469
470470 expectedLines := []* regexp.Regexp {
471471 regexp .MustCompile (`Blueberries are a good fruit` ),
472- regexp .MustCompile (`nobody wants to merge 8 commits into master from blueberries` ),
472+ regexp .MustCompile (`OPEN • nobody wants to merge 8 commits into master from blueberries` ),
473473 regexp .MustCompile (`View this pull request on GitHub: https://github.com/OWNER/REPO/pull/10` ),
474474 }
475475 for _ , r := range expectedLines {
0 commit comments