Skip to content

Commit 9f07ba7

Browse files
authored
Fix new test (#169)
1 parent dec119c commit 9f07ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decoder/body_extensions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ resource "aws_elastic_beanstalk_environment" "example" {
26952695
Value: "A dynamic block to produce blocks dynamically by iterating over a given complex value",
26962696
Kind: lang.MarkdownKind,
26972697
},
2698-
Detail: "Block, map",
2698+
Detail: "Block",
26992699
Kind: lang.BlockCandidateKind,
27002700
TriggerSuggest: true,
27012701
TextEdit: lang.TextEdit{

decoder/hover_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ func TestDecoder_HoverAtPos_extensions_dynamic(t *testing.T) {
15721572
hcl.Pos{Line: 4, Column: 10, Byte: 63},
15731573
&lang.HoverData{
15741574
Content: lang.MarkupContent{
1575-
Value: "**dynamic** _Block, map_\n\n" +
1575+
Value: "**dynamic** _Block_\n\n" +
15761576
"A dynamic block to produce blocks dynamically by iterating over a given complex value",
15771577
Kind: lang.MarkdownKind,
15781578
},

0 commit comments

Comments
 (0)