Skip to content

Commit

Permalink
add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBugwadia committed Nov 25, 2020
1 parent 125faaf commit 3dfe316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/variables/vars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ func Test_SubvarRecursive(t *testing.T) {

ctx := context.NewContext()
assert.Assert(t, ctx.AddResource(resourceRaw))
subValR(ctx, string(patternRaw), "/")
subValR(log.Log, ctx, string(patternRaw), "/")
}

0 comments on commit 3dfe316

Please sign in to comment.