Browse Source

fixup for rebase

Nate Jones 11 năm trước cách đây
mục cha
commit
22ef38ee79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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{}