MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / TestNew_RequiresTTL

Function TestNew_RequiresTTL

pkg/cache/memory_test.go:104–107  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

102}
103
104func TestNew_RequiresTTL(t *testing.T) {
105 _, err := New[string]()
106 require.Error(t, err)
107}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected