Skip to content

Commit 431876a

Browse files
committed
Add a missed hover test update
Signed-off-by: Remy Suen <[email protected]>
1 parent 7636749 commit 431876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/compose/hover_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestHover(t *testing.T) {
3030
result: &protocol.Hover{
3131
Contents: protocol.MarkupContent{
3232
Kind: protocol.MarkupKindPlainText,
33-
Value: "declared for backward compatibility, ignored.",
33+
Value: "declared for backward compatibility, ignored. Please remove it.",
3434
},
3535
},
3636
},

0 commit comments

Comments
 (0)