catalog-backend: fix integration test processing wait
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -131,6 +131,7 @@ class WaitingProgressTracker implements ProgressTracker {
|
||||
);
|
||||
|
||||
const currentCount = this.#counts.get(item.id) ?? 0;
|
||||
this.#counts.set(item.id, currentCount);
|
||||
|
||||
const onDone = () => {
|
||||
this.#counts.set(item.id, currentCount + 1);
|
||||
|
||||
Reference in New Issue
Block a user