mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
14 lines
195 B
Go
14 lines
195 B
Go
package operator
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestOperator(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Operator Suite")
|
|
}
|