mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-25 14:17:18 +00:00
art: Drop provider from c3os code
Part of: https://github.com/c3os-io/c3os/issues/68
This commit is contained in:
13
pkg/machine/machine_suite_test.go
Normal file
13
pkg/machine/machine_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package machine_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestInstaller(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Machine Suite")
|
||||
}
|
Reference in New Issue
Block a user