Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 20, 2024
1 parent 5bf55ba commit 421e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scholar/scholar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestScholarQuerier(t *testing.T) {

func TestProfileQuerier(t *testing.T) {
sch := New()
articles := sch.QueryProfile("SbUmSEAAAAAJ")
articles := sch.QueryProfile("SbUmSEAAAAAJ", 1)
assert.NotEmpty(t, articles)

for _, article := range articles {
Expand Down

0 comments on commit 421e89b

Please sign in to comment.