(t *testing.T)
| 12 | ) |
| 13 | |
| 14 | func TestNilActor(t *testing.T) { |
| 15 | t.Parallel() |
| 16 | |
| 17 | require.Nil(t, intercept.ActorHeadersAsOpenAIOpts(nil)) |
| 18 | require.Nil(t, intercept.ActorHeadersAsAnthropicOpts(nil)) |
| 19 | } |
| 20 | |
| 21 | func TestBasic(t *testing.T) { |
| 22 | t.Parallel() |
nothing calls this directly
no test coverage detected