We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c13f2f1 + bde303d commit 49eee93Copy full SHA for 49eee93
pkg/cmd/pr/shared/finder_test.go
@@ -728,7 +728,7 @@ func TestFindAssignableActors(t *testing.T) {
728
pr, _, err := f.Find(FindOptions{
729
Detector: &fd.DisabledDetectorMock{},
730
Fields: []string{"assignees"},
731
- Selector: "https://github.com/cli/cli/pull/123",
+ Selector: "https://github.com/cli/cli/pull/13",
732
})
733
require.NoError(t, err)
734
@@ -772,7 +772,7 @@ func TestFindAssignableActors(t *testing.T) {
772
773
Detector: &fd.EnabledDetectorMock{},
774
775
776
777
778
0 commit comments