fixing bug in test that worked before based on a wrong assumption about internals
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user