Skip to content

Commit

Permalink
fix(schematics): test should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Netanel Basal committed Jan 9, 2020
1 parent ba776f0 commit 6e97635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe('<%= classify(name)%>Service', () => {
beforeEach(() => spectator = createService());

it('should...', () => {
expect(spectator.service).toBeFalsy();
expect(spectator.service).toBeTruthy();
});
});

0 comments on commit 6e97635

Please sign in to comment.