mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-15 14:10:34 -04:00
14 lines
186 B
Go
14 lines
186 B
Go
package svc_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestGraph(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Graph Suite")
|
|
}
|