Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flant/shell-operator
/ TestNotFoundError
Function
TestNotFoundError
pkg/debug/server_test.go:82–85 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
80
}
81
82
func
TestNotFoundError(t *testing.T) {
83
err := &NotFoundError{Msg:
"not found"
}
84
assert.Equal(t,
"not found"
, err.Error())
85
}
Callers
nothing calls this directly
Calls
1
Error
Method · 0.95
Tested by
no test coverage detected