Skip to content

Commit

Permalink
hcltest: update a remaining stale reference to "zcl"
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 27, 2018
1 parent 076aa5a commit fc40403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcltest/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// MockBody returns a hcl.Body implementation that works in terms of a
// caller-constructed hcl.BodyContent, thus avoiding the need to parse
// a "real" zcl config file to use as input to a test.
// a "real" HCL config file to use as input to a test.
func MockBody(content *hcl.BodyContent) hcl.Body {
return mockBody{content}
}
Expand Down

0 comments on commit fc40403

Please sign in to comment.