From 7b8d052f0e84d122c9cd94e836052b2184ae466a Mon Sep 17 00:00:00 2001 From: Dan Hughes Date: Wed, 26 Aug 2020 17:31:11 +0100 Subject: [PATCH] Add new output to existing test --- pkg/cmd/pr/view/view_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/pr/view/view_test.go b/pkg/cmd/pr/view/view_test.go index fa540fa62..827c7f1c0 100644 --- a/pkg/cmd/pr/view/view_test.go +++ b/pkg/cmd/pr/view/view_test.go @@ -97,6 +97,8 @@ func TestPRView_Preview_nontty(t *testing.T) { `reviewers:\t\n`, `projects:\t\n`, `milestone:\t\n`, + `url:\thttps://github.com/OWNER/REPO/pull/12\n`, + `number:\t12\n`, `blueberries taste good`, }, },