Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Aug 30, 2024
1 parent 8419a33 commit 233eab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/libp2p/go-libp2p/p2p/net/connmgr"
manet "github.com/multiformats/go-multiaddr/net"
"github.com/multiformats/go-multihash"
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -62,6 +63,7 @@ func TestBasicIntegration(t *testing.T) {
require.NoError(t, err)

d := &daemon{
promRegistry: prometheus.NewRegistry(),
h: queryHost,
dht: queryDHT,
dhtMessenger: pm,
Expand Down

0 comments on commit 233eab6

Please sign in to comment.