Skip to content

Commit 1af1cce

Browse files
jpogranradeksimko
andauthored
Apply suggestions from code review
Co-authored-by: Radek Simko <[email protected]>
1 parent 08c0ed5 commit 1af1cce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

decoder/semantic_tokens_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77

88
"github.com/google/go-cmp/cmp"
99
"github.com/zclconf/go-cty/cty"
10-
1110
"github.com/hashicorp/hcl-lang/lang"
1211
"github.com/hashicorp/hcl-lang/schema"
1312
"github.com/hashicorp/hcl/v2"
@@ -853,7 +852,7 @@ resource "vault_auth_backend" "blah" {
853852
}
854853
}
855854

856-
func TestDecoder_SemanticTokensInFile_expression_extensions(t *testing.T) {
855+
func TestDecoder_SemanticTokensInFile_extensions(t *testing.T) {
857856
bodySchema := &schema.BodySchema{
858857
Blocks: map[string]*schema.BlockSchema{
859858
"resource": {

0 commit comments

Comments
 (0)