Skip to content

Commit 229ea26

Browse files
committed
test: fix
1 parent 769e8ad commit 229ea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo_list_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func TestSearchRepositoryByTopicName(t *testing.T) {
235235
opts: &SearchRepoOptions{OwnerID: 21, AllPublic: true, Keyword: "graphql"},
236236
count: 2},
237237
{name: "AllPublic/OnlySearchPublicRepositoriesFromTopic",
238-
opts: &SearchRepoOptions{OwnerID: 21, AllPublic: true, Keyword: "graphql", Topic: true},
238+
opts: &SearchRepoOptions{OwnerID: 21, AllPublic: true, Keyword: "graphql", TopicOnly: true},
239239
count: 1},
240240
}
241241

0 commit comments

Comments
 (0)