Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
fix(test): spec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasveer authored and invincibleJai committed Jun 19, 2018
1 parent e1ba27d commit 8516789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/launcher/launcher.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ export class LauncherComponent implements AfterViewInit, OnInit {
constructor(private route: ActivatedRoute,
private router: Router,
private dependencyCheckService: DependencyCheckService,
private projectSummaryService: ProjectSummaryService,
private broadcaster: Broadcaster) {
private projectSummaryService: ProjectSummaryService) {
}

ngAfterViewInit() {
Expand Down

0 comments on commit 8516789

Please sign in to comment.