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