Skip to content

Commit 1926971

Browse files
author
Siarhei Fedartsou
committed
Remove non-relevant test
1 parent f3053c3 commit 1926971

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkg/cmd/pr/list/list_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,6 @@ func TestPRList_filteringAssignee(t *testing.T) {
176176
}
177177
}
178178

179-
func TestPRList_filteringAssigneeLabels(t *testing.T) {
180-
http := initFakeHTTP()
181-
defer http.Verify(t)
182-
183-
_, err := runCommand(http, true, `-l one,two -a hubot`)
184-
if err == nil && err.Error() != "multiple labels with --assignee are not supported" {
185-
t.Fatal(err)
186-
}
187-
}
188-
189179
func TestPRList_bothNonDraftAndDraft(t *testing.T) {
190180
http := initFakeHTTP()
191181
defer http.Verify(t)

0 commit comments

Comments
 (0)