This commit is contained in:
Corey Johnson 2019-12-10 16:15:37 -08:00
parent 748b213c9a
commit 53ed20f32a

View file

@ -217,7 +217,7 @@ func TestPRView_noResultsForBranch(t *testing.T) {
defer restoreCmd()
_, err := RunCommand(prViewCmd, "pr view")
if err == nil || err.Error() != `no open pull requests found for branch "blueberries"` {
if err == nil || err.Error() != `no open pull requests found for branch "blueberries". To open a specific PR use a PR number as an argument` {
t.Errorf("error running command `pr view`: %v", err)
}