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