Skip to content

Commit

Permalink
fix(@schematics/angular): use proper variable in functional guard spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and angular-robot[bot] committed Nov 28, 2022
1 parent 451975f commit b11d3f6
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) %>Guard', () => {
});

it('should be created', () => {
expect(<%= camelize(name) %>Guard).toBeTruthy();
expect(executeGuard).toBeTruthy();
});
});

0 comments on commit b11d3f6

Please sign in to comment.