MCPcopy Index your code
hub / github.com/docker/docker-agent / TestWithEmptyInstructions

Function TestWithEmptyInstructions

pkg/teamloader/instructions_test.go:21–28  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19}
20
21func TestWithEmptyInstructions(t *testing.T) {
22 t.Parallel()
23 inner := &toolSet{}
24
25 wrapped := WithInstructions(inner, "")
26
27 assert.Same(t, wrapped, inner)
28}
29
30func TestWithInstructions_replace(t *testing.T) {
31 t.Parallel()

Callers

nothing calls this directly

Calls 1

WithInstructionsFunction · 0.85

Tested by

no test coverage detected