Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ TestImports
Function
TestImports
package_test.go:9–13 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
TestImports(t *testing.T) {
10
if
assert.Equal(t, 1, 1) != true {
11
t.Error(
"Something is wrong."
)
12
}
13
}
Callers
nothing calls this directly
Calls
2
Equal
Function · 0.92
Error
Method · 0.45
Tested by
no test coverage detected