Skip to content

Commit 1e875d9

Browse files
authored
Update engine.test.js
1 parent 27e24a1 commit 1e875d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/engine.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('Engine', () => {
108108
expect(isRemoved).to.equal(false)
109109
})
110110

111-
it('has to remove prioritizedRules list after prioritizeRules() called', () => {
111+
it('clears the "prioritizedRules" cache', () => {
112112
let rule = new Rule(factories.rule())
113113
engine.addRule(rule)
114114
engine.prioritizeRules()

0 commit comments

Comments
 (0)