This commit is contained in:
Guillaume J. Charmes 2013-06-13 10:25:43 -07:00
Родитель 51a4b65101
Коммит 42d1c36a5c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ func TestLookupImage(t *testing.T) {
t.Errorf("Expected 1 image, none found") 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) t.Fatal(err)
} else if img == nil { } else if img == nil {
t.Errorf("Expected 1 image, none found") t.Errorf("Expected 1 image, none found")