Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
func
(r testRun) assertNoErr() {
300
r.t.Helper()
301
assertNilError(r.t, r.err)
302
}
303
304
func
(r testRun) assertErr(want string) {
305
r.t.Helper()
Callers
3
TestUpdateGo
Function · 0.80
TestUpdateOpenAPI
Function · 0.80
TestFormat
Function · 0.80
Calls
1
assertNilError
Function · 0.70
Tested by
no test coverage detected