MCPcopy
hub / github.com/grafana/tempo / TestBoundedWaitGroupPanics

Function TestBoundedWaitGroupPanics

pkg/boundedwaitgroup/boundedwaitgroup_test.go:64–68  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

62}
63
64func TestBoundedWaitGroupPanics(t *testing.T) {
65 assert.Panics(t, func() {
66 New(0)
67 })
68}

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected