kairos-agent/pkg/constants/constants_suite_test.go
Mauro Morales 590e39e97e
Add UKI functionlity to replace titles (#246)
* Add UKI functionlity to replace titles

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* Move common logic to constants

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2024-03-13 09:54:12 +01:00

14 lines
203 B
Go

package constants_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestConstants(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Constants Suite")
}