Skip to content

Commit ca90ed6

Browse files
committed
fix
1 parent 8eaf002 commit ca90ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/migrations/test/2025.03.26T00-00-00.policy-eslint-v4-upgrade.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const TEST_CASES: Array<{ in: any; out: any }> = [
212212
},
213213
{
214214
in: { 'require-description': [1, { types: false }] },
215-
out: { 'require-description': [1] },
215+
out: { 'require-description': [1, {}] },
216216
},
217217
];
218218

0 commit comments

Comments
 (0)