catalog-backend: fix integration test processing wait

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-26 10:20:37 +02:00
parent a0b1c65f9b
commit a9e59694c0
@@ -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);