Skip to content

Commit b11d3f6

Browse files
cexbrayatangular-robot[bot]
authored andcommittedNov 28, 2022
fix(@schematics/angular): use proper variable in functional guard spec
1 parent 451975f commit b11d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/schematics/angular/guard/type-files/__name@dasherize__.guard.spec.ts.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ describe('<%= camelize(name) %>Guard', () => {
1212
});
1313

1414
it('should be created', () => {
15-
expect(<%= camelize(name) %>Guard).toBeTruthy();
15+
expect(executeGuard).toBeTruthy();
1616
});
1717
});

0 commit comments

Comments
 (0)
Please sign in to comment.