(t *testing.T)
| 70 | } |
| 71 | |
| 72 | func TestEventMetadata_DoesNotExistsInContext(t *testing.T) { |
| 73 | ctx := context.Background() |
| 74 | require.Nil(t, GetEventMetadata(ctx)) |
| 75 | } |
| 76 | |
| 77 | func TestTelemetryClientWithGet(t *testing.T) { |
| 78 | ctx := context.Background() |
nothing calls this directly
no test coverage detected