Files
opencloud/services/collaboration/pkg/helpers/helpers_suite_test.go
Juan Pablo Villafáñez 2d3de81117 refactor: change test names
2024-08-08 15:35:41 +02:00

14 lines
197 B
Go

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