From 22ef38ee79c2f353578f3642918a44126b4cb48c Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Mon, 28 Oct 2013 04:35:24 +0000 Subject: [PATCH] fixup for rebase --- commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_test.go b/commands_test.go index 479e295dd8..6c6a8e975b 100644 --- a/commands_test.go +++ b/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{}