da289017a5
* generate model from openAPI schema * implement replica status #231 * Sync "Pause service blocking schedule" #234 * Sync "Safe Search Provider" #200
14 lines
191 B
Go
14 lines
191 B
Go
package model_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestTypes(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Model Suite")
|
|
}
|