Skip to content

Commit 5f2a5f9

Browse files
committed
test: eslint-plugin-putout: no-remoe-useless-push
1 parent 9ab91d9 commit 5f2a5f9

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-plugin-putout/test/safe

1 file changed

+1
-1
lines changed

packages/eslint-plugin-putout/test/safe/safe.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test('eslint-plugin-putout: safe: no-merge-duplicate-functions', async ({noProce
3333
});
3434
});
3535

36-
test('eslint-plugin-putout: safe: no-merge-duplicate-functions', async ({noProcess}) => {
36+
test('eslint-plugin-putout: safe: no-remoe-useless-push', async ({noProcess}) => {
3737
await noProcess('no-remove-useless-push', {
3838
extends: ['plugin:putout/safe'],
3939
rules: {

0 commit comments

Comments
 (0)