Skip to content

Commit e6aa71f

Browse files
committed
chore: fix failing tests
1 parent eb501fc commit e6aa71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ describe('utils', () => {
139139
isNewStyle: true,
140140
};
141141
it(`ScopeOptions: ${JSON.stringify(scopeOptions)}`, () => {
142-
const scope = escope.analyze(ast, scopeOptions);
142+
const scope = eslintScope.analyze(ast, scopeOptions);
143143
const ruleInfo = utils.getRuleInfo(ast, scope);
144144
assert(
145145
lodash.isMatch(ruleInfo, expected),

0 commit comments

Comments
 (0)