MCPcopy
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
13func TestNoServices(t *testing.T) {
14 _, err := NewManager()
15 require.Error(t, err)
16}
17
18func TestBasicManagerTransitions(t *testing.T) {
19 t.Parallel()

Callers

nothing calls this directly

Calls 2

NewManagerFunction · 0.70
ErrorMethod · 0.45

Tested by

no test coverage detected