Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ teardown
Function
teardown
znet/acceptdelay_test.go:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
teardown() {
17
AcceptDelay.Reset()
18
fmt.Println(
"Test End"
)
19
}
20
21
func
TestDelay(t *testing.T) {
22
assert.Equal(t, time.Duration(0), AcceptDelay.duration)
Callers
1
TestMain
Function · 0.85
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected