🐛 Fix coverage (#76)

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka
2023-03-02 19:33:11 +01:00
committed by GitHub
parent fecfbf8e92
commit 167cf5fa0d
5 changed files with 18 additions and 5 deletions

View 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")
}