From d422d52bde9e0fe295b13b5783b0ca181e3b5d58 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 13 Nov 2017 15:27:09 +0100 Subject: [PATCH] fixed test case, forgot to update that for the latest formatting changes of the automatically wired constructor case --- .../livehover/test/ComponentInjectionsHoverProviderTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/livehover/test/ComponentInjectionsHoverProviderTest.java b/headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/livehover/test/ComponentInjectionsHoverProviderTest.java index 6d8581de2..dc278a496 100644 --- a/headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/livehover/test/ComponentInjectionsHoverProviderTest.java +++ b/headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/livehover/test/ComponentInjectionsHoverProviderTest.java @@ -522,6 +522,7 @@ public class ComponentInjectionsHoverProviderTest { "Process [PID=111, name=`the-app`]:\n" + "\n" + "Bean [id: autowiredClass, type: `com.example.AutowiredClass`] exists but is **Not injected anywhere**\n" + + "\n\n" + "Bean [id: autowiredClass, type: `com.example.AutowiredClass`] got autowired with:\n" + "\n" + "- Bean: dependencyA \n" +