MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / TestDriverItemsMap

Function TestDriverItemsMap

internal/op/driver_test.go:10–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestDriverItemsMap(t *testing.T) {
11 itemsMap := op.GetDriverInfoMap()
12 if len(itemsMap) != 0 {
13 t.Logf("driverInfoMap: %v", itemsMap)
14 } else {
15 t.Errorf("expected driverInfoMap not empty, but got empty")
16 }
17}

Callers

nothing calls this directly

Calls 1

GetDriverInfoMapFunction · 0.92

Tested by

no test coverage detected