Skip to content

Commit

Permalink
fixin gitcoin test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Apr 18, 2024
1 parent 3cd7498 commit fcb5621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/providers/gitcoin/gitcoin_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestGitcoinPassport(t *testing.T) {
})
// create the provider
provider := new(GitcoinPassport)
c.Assert(provider.Init(ctx, GitcoinPassportConf{endpoints["/original"], time.Second * 2, testDB}), qt.IsNil)
c.Assert(provider.Init(ctx, GitcoinPassportConf{endpoints["/original"], time.Second, testDB}), qt.IsNil)
// start the first download
emptyBalances, _, _, _, _, err := provider.HoldersBalances(context.TODO(), nil, 0)
c.Assert(err, qt.IsNil)
Expand Down

0 comments on commit fcb5621

Please sign in to comment.