diff options
Diffstat (limited to 'swarm/pss/pss_test.go')
-rw-r--r-- | swarm/pss/pss_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/pss/pss_test.go b/swarm/pss/pss_test.go index ea7a591b1..9884ffbe9 100644 --- a/swarm/pss/pss_test.go +++ b/swarm/pss/pss_test.go @@ -1364,7 +1364,7 @@ func TestNetwork(t *testing.T) { } // params in run name: -// nodes/msgs/addrbytes/adaptertype +// nodes/recipientAddresses/addrbytes/adaptertype // if adaptertype is exec uses execadapter, simadapter otherwise func TestNetwork2000(t *testing.T) { if !*longrunning { |