Skip to content

Commit

Permalink
fix: broken test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Zhao committed Sep 30, 2022
1 parent 6bc0828 commit 4816a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/file_not_contents_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4816a53

Please sign in to comment.