Skip to content

Commit 638be7b

Browse files
committed
Add missing import
1 parent 693f112 commit 638be7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cli/delegated_routing_v1_http_server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"github.com/ipfs/kubo/test/cli/harness"
1919
"github.com/libp2p/go-libp2p/core/peer"
2020
"github.com/stretchr/testify/assert"
21+
"github.com/stretchr/testify/require"
2122
)
2223

2324
// swarmPeersOutput is used to parse the JSON output of 'ipfs swarm peers --enc=json'

0 commit comments

Comments
 (0)