Skip to content

Commit 2dc625e

Browse files
committed
apply feedback
1 parent 5e937d8 commit 2dc625e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cli/test/action/p2p_replicator_delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/stretchr/testify/require"
1717
)
1818

19-
// P2PReplicatorDelete executes the `client p2p replicator set` command.
19+
// P2PReplicatorDelete executes the `client p2p replicator delete` command.
2020
type P2PReplicatorDelete struct {
2121
stateful
2222
augmented

cli/test/action/p2p_replicator_getall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/sourcenetwork/defradb/client"
1919
)
2020

21-
// P2PReplicatorGetAll executes the `client p2p replicator set` command.
21+
// P2PReplicatorGetAll executes the `client p2p replicator getall` command.
2222
type P2PReplicatorGetAll struct {
2323
stateful
2424
augmented

cli/test/integration/p2p/connect_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestConnect_WithInvalidIP_ShouldFail(t *testing.T) {
6262
// However, it does at least verify that a single address can be passed in.
6363
//
6464
// TODO: Add capability to have multiple defradb instances in tests, so we can
65-
// actually test successful connections. #4021
65+
// actually test successful connections. https://github.com/sourcenetwork/defradb/issues/4021
6666
func TestConnect_WithSinglePeer_ShouldSucceed(t *testing.T) {
6767
test := &integration.Test{
6868
Actions: []action.Action{
@@ -80,7 +80,7 @@ func TestConnect_WithSinglePeer_ShouldSucceed(t *testing.T) {
8080
// However, it does at least verify that multiple addresses can be passed in.
8181
//
8282
// TODO: Add capability to have multiple defradb instances in tests, so we can
83-
// actually test successful connections. #4021
83+
// actually test successful connections. https://github.com/sourcenetwork/defradb/issues/4021
8484
func TestConnect_WithMultiplePeers_ShouldSucceed(t *testing.T) {
8585
test := &integration.Test{
8686
Actions: []action.Action{

0 commit comments

Comments
 (0)