Skip to content

Commit

Permalink
Merge pull request #3 from isdi-coders-2023/feature/testUpdate
Browse files Browse the repository at this point in the history
remove unused line in test
  • Loading branch information
marcosparajua authored May 19, 2024
2 parents c9de490 + e1870f1 commit 611a8b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/full-article.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('FullArticleComponent', () => {
) as jasmine.SpyObj<RepoArticlesService>;
router = TestBed.inject(Router) as jasmine.SpyObj<Router>;
route = TestBed.inject(ActivatedRoute) as jasmine.SpyObj<ActivatedRoute>;
cdr = TestBed.inject(ChangeDetectorRef) as jasmine.SpyObj<ChangeDetectorRef>;

fixture.detectChanges();
});
Expand Down

0 comments on commit 611a8b6

Please sign in to comment.