Skip to content

Commit

Permalink
staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Nov 20, 2024
1 parent 2d897ed commit ecc9dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bitswap/testinstance/testinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
tn "github.com/ipfs/boxo/bitswap/testnet"
blockstore "github.com/ipfs/boxo/blockstore"
mockrouting "github.com/ipfs/boxo/routing/mock"
"github.com/ipfs/go-datastore"
ds "github.com/ipfs/go-datastore"
delayed "github.com/ipfs/go-datastore/delayed"
ds_sync "github.com/ipfs/go-datastore/sync"
Expand Down Expand Up @@ -90,7 +89,7 @@ func ConnectInstances(instances []Instance) {
// Instance is a test instance of bitswap + dependencies for integration testing
type Instance struct {
Identity tnet.Identity
Datastore datastore.Batching
Datastore ds.Batching
Exchange *bitswap.Bitswap
Blockstore blockstore.Blockstore
Adapter bsnet.BitSwapNetwork
Expand Down

0 comments on commit ecc9dd9

Please sign in to comment.