1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Update function name for TestCalculBlockIO

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-11-09 17:43:10 +08:00
parent 01de03c7d0
commit 18caa28b66

View File

@@ -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}},
}