Skip to content

Commit

Permalink
Fix results count
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sheiko committed Feb 17, 2020
1 parent 510c9d3 commit 8dfa646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/developer/developer_test.go
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
)

var resultsCount = 55
var resultsCount = 54

func TestDeveloper(t *testing.T) {
q := New("Google LLC", Options{
Expand Down

0 comments on commit 8dfa646

Please sign in to comment.