Skip to content

Commit

Permalink
fix: fix ttesing
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 11, 2020
1 parent 67ef1a2 commit e3636e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('SkillTreeComponent', () => {
provide: ActivatedRoute,
useValue: {
fragment: of({}),
paramMap: of(convertToParamMap({ year: '2019' })),
paramMap: of(convertToParamMap({ skilltree: 'devops-skilltree' })),
},
},
],
Expand Down

0 comments on commit e3636e6

Please sign in to comment.