mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-25 13:38:30 +00:00
🐛 Fix coverage (#76)
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
13
pkg/mount/suite_test.go
Normal file
13
pkg/mount/suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package mount_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestSuite(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Mount test Suite")
|
||||
}
|
Reference in New Issue
Block a user