We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748b213 commit 53ed20fCopy full SHA for 53ed20f
command/pr_test.go
@@ -217,7 +217,7 @@ func TestPRView_noResultsForBranch(t *testing.T) {
217
defer restoreCmd()
218
219
_, err := RunCommand(prViewCmd, "pr view")
220
- 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` {
221
t.Errorf("error running command `pr view`: %v", err)
222
}
223
0 commit comments