Browse Source

Fixed runtime_test (ImagePull prototyped changed)

Sam Alba 12 năm trước cách đây
mục cha
commit
e2b8ee2723
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      runtime_test.go

+ 1 - 1
runtime_test.go

@@ -93,7 +93,7 @@ func init() {
 		pushingPool: make(map[string]struct{}),
 	}
 	// Retrieve the Image
-	if err := srv.ImagePull(unitTestImageName, "", "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
+	if err := srv.ImagePull(unitTestImageName, "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
 		panic(err)
 	}
 	// Spawn a Daemon