Skip to content

Commit b1e6d77

Browse files
committed
test: correct file description
1 parent 3069c4b commit b1e6d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/lib/rules/filename-blacklist.posix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file The filename should follow the filename naming convention
2+
* @file The filename should not be blacklisted
33
* @author Florian Ehmke, Duke Luo
44
*/
55
'use strict';

tests/lib/rules/filename-blacklist.windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file The filename should follow the filename naming convention
2+
* @file The filename should not be blacklisted
33
* @author Duke Luo
44
*/
55
'use strict';

0 commit comments

Comments
 (0)