Add missing import

This commit is contained in:
Hector Sanjuan 2025-11-19 11:41:29 +01:00
parent 693f11217f
commit 638be7b208

View File

@ -18,6 +18,7 @@ import (
"github.com/ipfs/kubo/test/cli/harness"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
// swarmPeersOutput is used to parse the JSON output of 'ipfs swarm peers --enc=json'