MCPcopy
hub / github.com/gotify/server / Test_UnreaableReader

Function Test_UnreaableReader

test/asserts_test.go:45–48  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

43}
44
45func Test_UnreaableReader(t *testing.T) {
46 _, err := io.ReadAll(test.UnreadableReader())
47 assert.Error(t, err)
48}

Callers

nothing calls this directly

Calls 2

UnreadableReaderFunction · 0.92
ErrorMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…