diff --git a/internal/scout/service_test.go b/internal/scout/service_test.go index 93256cd..3fbd84d 100644 --- a/internal/scout/service_test.go +++ b/internal/scout/service_test.go @@ -391,7 +391,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) { result: &protocol.Hover{ Contents: protocol.MarkupContent{ Kind: protocol.MarkupKindMarkdown, - Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n\n\n\n
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", + Value: "Image vulnerabilities: 0C 0H 2M 5L \r\n\r\nRecommended tags:\n\n\n\n\n\n
26.04 0C 0H 0M 0L
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", }, }, }, @@ -407,7 +407,7 @@ func TestGetHovers_IgnoresSpecifics(t *testing.T) { result: &protocol.Hover{ Contents: protocol.MarkupContent{ Kind: protocol.MarkupKindMarkdown, - Value: "Recommended tags:\n\n\n\n\n
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", + Value: "Recommended tags:\n\n\n\n\n\n
26.04 0C 0H 0M 0L
25.04 0C 0H 2M 4L
25.10 0C 0H 0M 0L
\n", }, }, },