Kaynağa Gözat

Merge pull request #28201 from yuexiao-wang/test-func

Update function name for TestCalculBlockIO
Vincent Demeester 8 yıl önce
ebeveyn
işleme
103641f5c6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      cli/command/container/stats_unit_test.go

+ 1 - 1
cli/command/container/stats_unit_test.go

@@ -6,7 +6,7 @@ import (
 	"github.com/docker/docker/api/types"
 )
 
-func TestCalculBlockIO(t *testing.T) {
+func TestCalculateBlockIO(t *testing.T) {
 	blkio := types.BlkioStats{
 		IoServiceBytesRecursive: []types.BlkioStatEntry{{8, 0, "read", 1234}, {8, 1, "read", 4567}, {8, 0, "write", 123}, {8, 1, "write", 456}},
 	}