Skip to content

Commit 7e9dfc2

Browse files
committed
Test fix
1 parent 133ab1a commit 7e9dfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/emulators/functionsRuntimeWorker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe("FunctionsRuntimeWorker", () => {
235235
expect(busyWorkerCounter.counts.FINISHED).to.eql(1);
236236

237237
expect(idleWorkerCounter.counts.IDLE).to.eql(1);
238-
expect(idleWorkerCounter.counts.FINISHING).to.eql(0);
238+
expect(idleWorkerCounter.counts.FINISHING).to.eql(1);
239239
expect(idleWorkerCounter.counts.FINISHED).to.eql(1);
240240
});
241241

0 commit comments

Comments
 (0)