Skip to content

Commit 5aafcab

Browse files
committed
Adds missing line
1 parent 498b65b commit 5aafcab

File tree

1 file changed

+1
-1
lines changed
  • basyx.submodelregistry/basyx.submodelregistry-feature-search/src/test/java/org/eclipse/digitaltwin/basyx/submodelregistry/feature/search

1 file changed

+1
-1
lines changed

basyx.submodelregistry/basyx.submodelregistry-feature-search/src/test/java/org/eclipse/digitaltwin/basyx/submodelregistry/feature/search/TestSearchSubmodelRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class TestSearchSubmodelRegistry {
6969

7070

7171
@BeforeClass
72-
public static void setUp() throws IOException, DeserializationException {
72+
public static void setUp() throws IOException, DeserializationException, InterruptedException {
7373
appContext = new SpringApplication(DummySearchSubmodelRegistryComponent.class).run(new String[] {});
7474
storage = appContext.getBean(SearchSubmodelRegistryStorage.class);
7575
searchAPI = appContext.getBean(SearchSubmodelRegistryApiHTTPController.class);

0 commit comments

Comments
 (0)