fix: typo

This commit is contained in:
Bo-Yi Wu 2018-07-24 11:22:51 +08:00
parent 2b66c85c28
commit 62012f8aa3

View File

@ -234,7 +234,7 @@ func TestSearchRepositoryByTopicName(t *testing.T) {
{name: "AllPublic/SearchPublicRepositoriesFromTopic",
opts: &SearchRepoOptions{OwnerID: 2, AllPublic: true, Keyword: "golang"},
count: 1},
{name: "AllPublic/SearchPrivareRepositoriesFromTopic",
{name: "AllPublic/SearchPrivateRepositoriesFromTopic",
opts: &SearchRepoOptions{OwnerID: 2, AllPublic: true, Keyword: "database", Private: true},
count: 2},
}