Skip to content

Commit c90a25b

Browse files
committed
Attempt to fix unit test
1 parent 893aa5a commit c90a25b

File tree

1 file changed

+2
-2
lines changed
  • headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/xml/test

1 file changed

+2
-2
lines changed

headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/xml/test/XMLBeansHyperlinkTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2019, 2023 Pivotal, Inc.
2+
* Copyright (c) 2019, 2025 Pivotal, Inc.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -92,7 +92,7 @@ public void setup() throws Exception {
9292

9393
harness.changeConfiguration(new Settings(new Gson().toJsonTree(settings)));
9494
// Configuration change updates indexer hence we need to wait until this occurs as well
95-
indexer.waitOperation();
95+
indexer.waitOperation().get();
9696

9797
project = projects.mavenProject("test-xml-hyperlinks");
9898

0 commit comments

Comments
 (0)