Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
update search_test.go file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdrz committed Jul 29, 2019
1 parent f88b7fc commit bf558a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (

func TestSearchUser(t *testing.T) {
count := 20

insta, err := getRandomAccount()
if err != nil {
t.Fatal(err)
Expand All @@ -22,10 +21,6 @@ func TestSearchUser(t *testing.T) {
return
}
t.Logf("result length is %d", len(result.Users))
if len(result.Users) < count {
t.Fatalf("length is less than %d", count)
return
}
for _, user := range result.Users {
t.Logf("user %s with id %d\n", user.Username, user.ID)
}
Expand Down

0 comments on commit bf558a9

Please sign in to comment.