mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixup for rebase
This commit is contained in:
parent
6d5b73c2a6
commit
22ef38ee79
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ func TestImagesTree(t *testing.T) {
|
||||||
"(?m)^ └─[0-9a-f]+",
|
"(?m)^ └─[0-9a-f]+",
|
||||||
"(?m)^ └─[0-9a-f]+",
|
"(?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{}
|
compiledRegexps := []*regexp.Regexp{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue