mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 10:07:30 +02:00
14 lines
189 B
Go
14 lines
189 B
Go
package svc_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestGraph(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Graph Suite")
|
|
}
|