Skip to content

Commit

Permalink
Fix new test (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Nov 30, 2022
1 parent dec119c commit 9f07ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decoder/body_extensions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ resource "aws_elastic_beanstalk_environment" "example" {
Value: "A dynamic block to produce blocks dynamically by iterating over a given complex value",
Kind: lang.MarkdownKind,
},
Detail: "Block, map",
Detail: "Block",
Kind: lang.BlockCandidateKind,
TriggerSuggest: true,
TextEdit: lang.TextEdit{
Expand Down
2 changes: 1 addition & 1 deletion decoder/hover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ func TestDecoder_HoverAtPos_extensions_dynamic(t *testing.T) {
hcl.Pos{Line: 4, Column: 10, Byte: 63},
&lang.HoverData{
Content: lang.MarkupContent{
Value: "**dynamic** _Block, map_\n\n" +
Value: "**dynamic** _Block_\n\n" +
"A dynamic block to produce blocks dynamically by iterating over a given complex value",
Kind: lang.MarkdownKind,
},
Expand Down

0 comments on commit 9f07ba7

Please sign in to comment.