From 1926971a762325d3f8a46b08efcb54770ab2aa8c Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 12 Sep 2021 21:04:03 +0300 Subject: [PATCH] Remove non-relevant test --- pkg/cmd/pr/list/list_test.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkg/cmd/pr/list/list_test.go b/pkg/cmd/pr/list/list_test.go index 2d3aa62aa..700a03f08 100644 --- a/pkg/cmd/pr/list/list_test.go +++ b/pkg/cmd/pr/list/list_test.go @@ -176,16 +176,6 @@ func TestPRList_filteringAssignee(t *testing.T) { } } -func TestPRList_filteringAssigneeLabels(t *testing.T) { - http := initFakeHTTP() - defer http.Verify(t) - - _, err := runCommand(http, true, `-l one,two -a hubot`) - if err == nil && err.Error() != "multiple labels with --assignee are not supported" { - t.Fatal(err) - } -} - func TestPRList_bothNonDraftAndDraft(t *testing.T) { http := initFakeHTTP() defer http.Verify(t)