File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ func TestChunkInvalidParams(t *testing.T) {
248248 })
249249}
250250
251- // // TestDirectChunkUpload tests that the direct upload endpoint give correct error message in dev mode
251+ // TestDirectChunkUpload tests that the direct upload endpoint give correct error message in dev mode
252252func TestChunkDirectUpload (t * testing.T ) {
253253 t .Parallel ()
254254 var (
@@ -273,7 +273,7 @@ func TestChunkDirectUpload(t *testing.T) {
273273 )
274274}
275275
276- // // TestPreSignedUpload tests that chunk can be uploaded with pre-signed postage stamp
276+ // TestPreSignedUpload tests that chunk can be uploaded with pre-signed postage stamp
277277func TestPreSignedUpload (t * testing.T ) {
278278 t .Parallel ()
279279
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
3939 ProbeStatusNOK ProbeStatus = 0
4040)
4141
42- // Probe structure holds flags which indicate node healthiness (sometimes refert also as liveness) and readiness.
42+ // Probe structure holds flags which indicate node healthiness (sometimes referred also as liveness) and readiness.
4343type Probe struct {
4444 // Healthy probe indicates if node, due to any reason, needs to restarted.
4545 healthy ProbeStatus
You can’t perform that action at this time.
0 commit comments