scheduler: fix test compilation

This commit is contained in:
Yousong Zhou
2018-08-09 04:26:17 +00:00
parent 30da473569
commit fd352dbdbb
+2 -1
View File
@@ -155,7 +155,8 @@ func TestGuestDisk(t *testing.T) {
if err != nil {
t.Fatal(err)
}
size, err := gst.(*Guest).DiskSize()
onlyLocal := false
size, err := gst.(*Guest).DiskSize(onlyLocal)
if err != nil {
t.Fatal(err)
}