Skip to content

Commit fc11482

Browse files
committed
Delint
1 parent 21cb047 commit fc11482

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/db/p2p_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ import (
1717
"github.com/stretchr/testify/require"
1818
)
1919

20-
// TestDB_Connect_WithoutP2P_ReturnsError tests that an error will be returned if
20+
// TestDB_Connect_WithoutP2P_ReturnsError tests that an error will be returned if
2121
// Conneect is called with P2P disabled.
2222
func TestDB_Connect_WithoutP2P_ReturnsError(t *testing.T) {
2323
db := &DB{} // P2P is nil
2424

2525
err := db.Connect(context.Background(), []string{"/ip4/0.0.0.0/tcp/9171/p2p/12D3KooWBogusPeerID"})
2626
require.ErrorIs(t, err, ErrNoP2P)
27-
}
27+
}

0 commit comments

Comments
 (0)