Correctly call prepare function in test

This commit is contained in:
Jake Champlin 2016-01-25 12:54:15 -05:00
parent f01578c91e
commit 6e8bfd3ce9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ func TestVMXConfigPrepare(t *testing.T) {
"two": "bar", "two": "bar",
} }
errs := c.Prepare(testConfigTemplate(t)) errs := c.Prepare(testConfigTemplate(t), "")
if len(errs) > 0 { if len(errs) > 0 {
t.Fatalf("bad: %#v", errs) t.Fatalf("bad: %#v", errs)
} }