Skip to content

Commit 1f07185

Browse files
committed
fix: remove leftover null workItemFilters test from old opt-out semantics
1 parent 38d855b commit 1f07185

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/durabletask-js/test/work-item-filters.spec.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -499,18 +499,7 @@ describe("WorkItemFilters", () => {
499499
expect(worker).toBeDefined();
500500
});
501501

502-
it("should accept null workItemFilters to disable filtering", () => {
503-
// Act
504-
const worker = new TaskHubGrpcWorker({
505-
hostAddress: "localhost:4001",
506-
workItemFilters: null,
507-
});
508-
509-
// Assert
510-
expect(worker).toBeDefined();
511-
});
512-
513-
it("should work without workItemFilters option (auto-generate default)", () => {
502+
it("should work without workItemFilters option (default: no filters)", () => {
514503
// Act
515504
const worker = new TaskHubGrpcWorker({
516505
hostAddress: "localhost:4001",

0 commit comments

Comments
 (0)