Skip to content

Commit b6c37a9

Browse files
committed
fix unit test
1 parent d551ae3 commit b6c37a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/eslint-plugin-rxjs/src/lib/tests/rules/no-implicit-any-catch.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ ruleTester.run('no-implicit-any-catch', rule, {
206206
};
207207
whatever.subscribe(() => {}, (error) => {});
208208
`,
209-
options: [{}],
210209
},
211210
],
212211
invalid: [

0 commit comments

Comments
 (0)