Skip to content

Commit

Permalink
Set number of database objects
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Sep 6, 2024
1 parent 431dbf9 commit a2724c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void indexingAll() throws Exception {
process.setProject(project);
ServiceManager.getProcessService().save(process);

indexingForm.countDatabaseObjects();
IndexingForm.setNumberOfDatabaseObjects();

Process processOne = ServiceManager.getProcessService().findById(1);
Assert.assertNull("process should not be found in index", processOne.getTitle());
Expand Down

0 comments on commit a2724c0

Please sign in to comment.