8000 fix(@schematics/angular): use proper variable in resolver functional … · angular/angular-cli@451975f · GitHub
[go: up one dir, main page]

Skip to content

Commit 451975f

Browse files
cexbrayatangular-robot[bot]
authored andcommitted
fix(@schematics/angular): use proper variable in resolver functional spec
1 parent 9e57770 commit 451975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/resolver/functional-files/__name@dasherize__.resolver.spec.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ describe('<%= camelize(name) %>Resolver', () => {
1212
});
1313

1414
it('should be created', () => {
15-
expect(resolver).toBeTruthy();
15+
expect(executeResolver).toBeTruthy();
1616
});
1717
});

0 commit comments

Comments
 (0)
0