Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e36cdaf

Browse files
committed
fixed test
1 parent d6e1a02 commit e36cdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/filters/filters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('filters', function() {
9393
track: 'DATA_SCIENCE',
9494
subTrack : 'MARATHON_MATCH'
9595
};
96-
expect(challengeLinksFilter(_ch, 'detail')).to.be.equal('https://community.'+domain+'/tc?module=MatchDetails&rd=3');
96+
expect(challengeLinksFilter(_ch, 'detail')).to.be.equal('https://community.'+domain+'/longcontest/stats/?module=ViewOverview&rd=3');
9797
expect(challengeLinksFilter(_ch, 'forums')).to.be.equal('https://apps.'+domain+'/forums/?module=ThreadList&forumID=2');
9898
expect(challengeLinksFilter(_ch, 'registrants')).to.be.equal('https://community.'+domain+'/longcontest/?module=ViewStandings&rd=3');
9999
});

0 commit comments

Comments
 (0)