Skip to content

Commit 4edfbc9

Browse files
committed
Improve test coverage in Filter.spec.ts
1 parent ea01cb2 commit 4edfbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Filter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ describe("Filter Test", () => {
445445

446446
test("Non-targeted SET_FILTER with no output returns false (write-through)", () => {
447447
const filter = new Filter({ name: "TargetOnly" });
448-
const f: FilterControlFunction = (m) => true;
448+
const f: FilterControlFunction = () => true;
449449
const ctrl: FilterControlMessage = {
450450
type: FilterControlMessageType.SET_FILTER,
451451
name: "Other",

0 commit comments

Comments
 (0)