Skip to content

Commit 49eee93

Browse files
Merge pull request #11091 from cli/babakks/fix-test-data
Fix const in PR finder tests
2 parents c13f2f1 + bde303d commit 49eee93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/pr/shared/finder_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ func TestFindAssignableActors(t *testing.T) {
728728
pr, _, err := f.Find(FindOptions{
729729
Detector: &fd.DisabledDetectorMock{},
730730
Fields: []string{"assignees"},
731-
Selector: "https://github.com/cli/cli/pull/123",
731+
Selector: "https://github.com/cli/cli/pull/13",
732732
})
733733
require.NoError(t, err)
734734

@@ -772,7 +772,7 @@ func TestFindAssignableActors(t *testing.T) {
772772
pr, _, err := f.Find(FindOptions{
773773
Detector: &fd.EnabledDetectorMock{},
774774
Fields: []string{"assignees"},
775-
Selector: "https://github.com/cli/cli/pull/123",
775+
Selector: "https://github.com/cli/cli/pull/13",
776776
})
777777
require.NoError(t, err)
778778

0 commit comments

Comments
 (0)