MCPcopy Create free account
hub / github.com/algolia/cli / TestEventMetadata_DoesNotExistsInContext

Function TestEventMetadata_DoesNotExistsInContext

pkg/telemetry/telemetry_test.go:72–75  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

70}
71
72func TestEventMetadata_DoesNotExistsInContext(t *testing.T) {
73 ctx := context.Background()
74 require.Nil(t, GetEventMetadata(ctx))
75}
76
77func TestTelemetryClientWithGet(t *testing.T) {
78 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

GetEventMetadataFunction · 0.85

Tested by

no test coverage detected