Skip to content

Commit

Permalink
fix(@schematics/angular): use proper variable in resolver functional …
Browse files Browse the repository at this point in the history
…spec
  • Loading branch information
cexbrayat authored and angular-robot[bot] committed Nov 28, 2022
1 parent 9e57770 commit 451975f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('<%= camelize(name) %>Resolver', () => {
});

it('should be created', () => {
expect(resolver).toBeTruthy();
expect(executeResolver).toBeTruthy();
});
});

0 comments on commit 451975f

Please sign in to comment.