Skip to content

Commit

Permalink
fix: update test that included typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Feb 9, 2024
1 parent e1cf84d commit 9b78cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hclsyntax/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ func TestParseConfigDiagnostics(t *testing.T) {
{
Severity: hcl.DiagError,
Summary: "Unterminated function call",
Detail: "There is no closing parenthesis for this function call before the end of the file. This may be caused by incorrect parethesis nesting elsewhere in this file.",
Detail: "There is no closing parenthesis for this function call before the end of the file. This may be caused by incorrect parenthesis nesting elsewhere in this file.",
Subject: &hcl.Range{
Filename: "test.hcl",
Start: hcl.Pos{Line: 1, Column: 7, Byte: 6},
Expand Down

0 comments on commit 9b78cd3

Please sign in to comment.