Skip to content

Commit

Permalink
decoder: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Mar 7, 2023
1 parent adc914f commit b193dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/expr_one_of_semtok_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hashicorp/hcl/v2/hclsyntax"
)

func TestSemanticTokens_exprTypeDeclaration(t *testing.T) {
func TestSemanticTokens_exprOneOf(t *testing.T) {
testCases := []struct {
testName string
attrSchema map[string]*schema.AttributeSchema
Expand Down

0 comments on commit b193dda

Please sign in to comment.