Skip to content

Commit

Permalink
fix(beInSport): modification link to beInSport new website
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed Sep 5, 2015
1 parent 52f7808 commit 226b9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void should_return_a_YoutubeUpdater () {
@Test
public void should_return_a_BeInSportUpdater () {
/* Given */ UpdaterSelector updaterSelector = new UpdaterSelector().setUpdaterCompatibilities(updaterSelectors);
/* When */ Class updaterClass = updaterSelector.of("http://www.beinsports.fr/replay/category/3361/name/lexpresso");
/* When */ Class updaterClass = updaterSelector.of("http://www.beinsports.com/replay/category/3361/name/lexpresso");
/* Then */ assertThat(updaterClass).isEqualTo(BeInSportsUpdater.class);
}

Expand Down

0 comments on commit 226b9c1

Please sign in to comment.