From 9b78cd3833206e14e76a575f5151ce8819428299 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Fri, 9 Feb 2024 14:28:46 +0100 Subject: [PATCH] fix: update test that included typo --- hclsyntax/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hclsyntax/parser_test.go b/hclsyntax/parser_test.go index 236daa0d..6e226a60 100644 --- a/hclsyntax/parser_test.go +++ b/hclsyntax/parser_test.go @@ -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},