fixing bug in test that worked before based on a wrong assumption about internals

This commit is contained in:
Martin Lippert
2018-11-22 15:21:47 +01:00
parent 82e81e81a4
commit 079a7de727

View File

@@ -349,6 +349,7 @@ public class SpringIndexerTest {
CompletableFuture<Void> deleteProject = indexer.deleteProject(project);
deleteProject.get(5, TimeUnit.SECONDS);
allSymbols = indexer.getAllSymbols("");
assertEquals(0, allSymbols.size());
}