Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Feb 12, 2020
1 parent cea6b31 commit a578506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematics/deploy/actions.jasmine.ts
Expand Up @@ -64,7 +64,7 @@ describe('Deploy Angular apps', () => {
expect(spy).toHaveBeenCalled();
expect(spy).toHaveBeenCalledWith({
cwd: 'cwd',
only: 'hosting: ' + PROJECT
only: 'hosting:' + PROJECT
});
});

Expand Down

0 comments on commit a578506

Please sign in to comment.