Remove test basis config helper function

This commit is contained in:
Chris Roberts 2022-06-28 08:54:29 -07:00
parent 721eb7428f
commit 2e2966ae9e

View File

@ -105,10 +105,3 @@ func TestBasis(t testing.T, opts ...BasisOption) (b *Basis) {
b, _ = NewBasis(context.Background(), append(defaultOpts, opts...)...)
return
}
// func WithTestBasisConfig(config *vagrant_plugin_sdk.Vagrantfile_Vagrantfile) BasisOption {
// return func(m *Basis) (err error) {
// m.basis.Configuration = config
// return
// }
// }