fix test
This commit is contained in:
parent
2c989157e4
commit
5ada3376b8
|
@ -14,7 +14,7 @@ func TestVBoxBundleConfigPrepare_VBoxBundle(t *testing.T) {
|
|||
}
|
||||
|
||||
if !reflect.DeepEqual(c, VBoxBundleConfig{BundleISO: false}) {
|
||||
t.Fatalf("bad: %#v", c.VBoxBundle)
|
||||
t.Fatalf("bad: %#v", c.BundleISO)
|
||||
}
|
||||
|
||||
// Test with a good one
|
||||
|
|
Loading…
Reference in New Issue