From 7aeccdb7a08525bca2ee4d27c150d156f8e13e21 Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 27 Nov 2023 15:18:13 +0100 Subject: [PATCH] Update pkg/cmd/pr/shared/finder_test.go Co-authored-by: Andy Feller --- pkg/cmd/pr/shared/finder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pr/shared/finder_test.go b/pkg/cmd/pr/shared/finder_test.go index bfd82a2f2..6df8d3000 100644 --- a/pkg/cmd/pr/shared/finder_test.go +++ b/pkg/cmd/pr/shared/finder_test.go @@ -411,7 +411,7 @@ func TestFind(t *testing.T) { wantRepo: "https://github.com/OWNER/REPO", }, { - name: "inclduing project items", + name: "including project items", args: args{ selector: "", fields: []string{"projectItems"},