mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
14 lines
206 B
Go
14 lines
206 B
Go
package middleware_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestMiddleware(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Middleware Suite")
|
|
}
|