Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RTradeLtd/Lens
/ TestNew
Function
TestNew
engine/queue/queue_test.go:10–15 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
TestNew(t *testing.T) {
11
var
q = New(zaptest.NewLogger(t).Sugar(), nil, nil, Options{})
12
if
q == nil {
13
t.Error(
"got nil"
)
14
}
15
}
16
17
func
TestQueue_Queue(t *testing.T) {
18
type
args
struct
{
Callers
nothing calls this directly
Calls
1
New
Function · 0.70
Tested by
no test coverage detected