瀏覽代碼

fixup for rebase

Nate Jones 11 年之前
父節點
當前提交
22ef38ee79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands_test.go

+ 1 - 1
commands_test.go

@@ -782,7 +782,7 @@ func TestImagesTree(t *testing.T) {
 			"(?m)^  └─[0-9a-f]+",
 			"(?m)^    └─[0-9a-f]+",
 			"(?m)^      └─[0-9a-f]+",
-			fmt.Sprintf("        └─%s Size: \\d+.\\d+ kB \\(virtual \\d+.\\d+ MB\\) Tags: test:latest", utils.TruncateID(image.ID)),
+			fmt.Sprintf("        └─%s Size: \\d+ B \\(virtual \\d+.\\d+ MB\\) Tags: test:latest", utils.TruncateID(image.ID)),
 		}
 
 		compiledRegexps := []*regexp.Regexp{}