mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix merge issue
This commit is contained in:
parent
51a4b65101
commit
42d1c36a5c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ func TestLookupImage(t *testing.T) {
|
|||
t.Errorf("Expected 1 image, none found")
|
||||
}
|
||||
|
||||
if img, err := runtime.repositories.LookupImage(unitTestImageName + ":" + DEFAULT_TAG); err != nil {
|
||||
if img, err := runtime.repositories.LookupImage(unitTestImageName + ":" + DEFAULTTAG); err != nil {
|
||||
t.Fatal(err)
|
||||
} else if img == nil {
|
||||
t.Errorf("Expected 1 image, none found")
|
||||
|
|
Loading…
Add table
Reference in a new issue