diff --git a/tests/rules/file_not_contents_tests.js b/tests/rules/file_not_contents_tests.js index 27f178d9..948ffad5 100644 --- a/tests/rules/file_not_contents_tests.js +++ b/tests/rules/file_not_contents_tests.js @@ -116,7 +116,7 @@ describe('rule', () => { const ruleopts = { globsAll: [brokenSymlink], lineCount: 1, - patterns: ['something'] + content: 'something' } const actual = await fileNotContents(fs, ruleopts) expect(actual.passed).to.equal(true)