MCPcopy Index your code
hub / github.com/google/go-github / TestError_Error

Function TestError_Error

github/github_test.go:3982–3988  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3980}
3981
3982func TestError_Error(t *testing.T) {
3983 t.Parallel()
3984 err := Error{}
3985 if err.Error() == "" {
3986 t.Error("Expected non-empty Error.Error()")
3987 }
3988}
3989
3990func TestSetCredentialsAsHeaders(t *testing.T) {
3991 t.Parallel()

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…