MCPcopy Index your code
hub / github.com/larksuite/cli / TestWrapJSONResponseParseError_Nil

Function TestWrapJSONResponseParseError_Nil

internal/client/api_errors_test.go:256–260  ·  view source on GitHub ↗

TestWrapJSONResponseParseError_Nil pins nil pass-through.

(t *testing.T)

Source from the content-addressed store, hash-verified

254
255// TestWrapJSONResponseParseError_Nil pins nil pass-through.
256func TestWrapJSONResponseParseError_Nil(t *testing.T) {
257 if got := WrapJSONResponseParseError(nil, []byte("anything")); got != nil {
258 t.Errorf("WrapJSONResponseParseError(nil, ...) = %v, want nil", got)
259 }
260}
261
262// ─────────────────────────────────────────────────────────────────────────────
263// Cross-cutting: existing tests already in this file (kept and adjusted below).

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected