Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ TestNoServices
Function
TestNoServices
services/manager_test.go:13–16 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
11
)
12
13
func
TestNoServices(t *testing.T) {
14
_, err := NewManager()
15
require.Error(t, err)
16
}
17
18
func
TestBasicManagerTransitions(t *testing.T) {
19
t.Parallel()
Callers
nothing calls this directly
Calls
2
NewManager
Function · 0.70
Error
Method · 0.45
Tested by
no test coverage detected