(t *testing.T)
| 29 | } |
| 30 | |
| 31 | func TestErrorClass_NilError(t *testing.T) { |
| 32 | assert.Equal(t, "", ErrorClass(nil)) |
| 33 | } |
| 34 | |
| 35 | func TestTrackEvent_NoClientInContextIsSafe(t *testing.T) { |
| 36 | // Must not panic when the context carries no telemetry client. |
nothing calls this directly
no test coverage detected