File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
2020type P2PReplicatorDelete struct {
2121 stateful
2222 augmented
Original file line number Diff line number Diff 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.
2222type P2PReplicatorGetAll struct {
2323 stateful
2424 augmented
Original file line number Diff line number Diff 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
6666func 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
8484func TestConnect_WithMultiplePeers_ShouldSucceed (t * testing.T ) {
8585 test := & integration.Test {
8686 Actions : []action.Action {
You can’t perform that action at this time.
0 commit comments