mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
Update core_test.go
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ func TestCoreBuildNames(t *testing.T) {
|
||||
t.Fatalf("err: %s\n\n%s", tc.File, err)
|
||||
}
|
||||
|
||||
names := core.BuildNames()
|
||||
names := core.BuildNames(nil, nil)
|
||||
if !reflect.DeepEqual(names, tc.Result) {
|
||||
t.Fatalf("err: %s\n\n%#v", tc.File, names)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user