MCPcopy Create free account
hub / github.com/google/go-github / assertNoErr

Method assertNoErr

tools/metadata/main_test.go:299–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297}
298
299func (r testRun) assertNoErr() {
300 r.t.Helper()
301 assertNilError(r.t, r.err)
302}
303
304func (r testRun) assertErr(want string) {
305 r.t.Helper()

Callers 3

TestUpdateGoFunction · 0.80
TestUpdateOpenAPIFunction · 0.80
TestFormatFunction · 0.80

Calls 1

assertNilErrorFunction · 0.70

Tested by

no test coverage detected