Skip to content

Commit bbf54c5

Browse files
committed
change test file name
1 parent 88d3fa0 commit bbf54c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/eslint-plugin-aws-toolkits/test/rules/no-string-sub-mismatch.test.ts renamed to plugins/eslint-plugin-aws-toolkits/test/rules/no-printf-mismatch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { rules } from '../../index'
77
import { formErrorMsg } from '../../lib/rules/no-printf-mismatch'
88
import { getRuleTester } from '../testUtil'
99

10-
getRuleTester().run('no-string-sub-mismatch', rules['no-string-sub-mismatch'], {
10+
getRuleTester().run('no-string-sub-mismatch', rules['no-printf-mismatch'], {
1111
valid: [
1212
'getLogger().debug("this is a string %s and a number %d", "s", 2)',
1313
'getLogger().debug("this is a number %d", 2)',

0 commit comments

Comments
 (0)