MCPcopy Create free account
hub / github.com/github/gh-aw / TestBuildDefaultMaxTurnsExpression

Function TestBuildDefaultMaxTurnsExpression

pkg/workflow/compilerenv/manager_test.go:10–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestBuildDefaultMaxTurnsExpression(t *testing.T) {
11 assert.Equal(t,
12 "${{ vars.GH_AW_DEFAULT_MAX_TURNS || '' }}",
13 BuildDefaultMaxTurnsExpression(),
14 )
15}
16
17func TestBuildDefaultDetectionMaxAICreditsExpression(t *testing.T) {
18 assert.Equal(t,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected