Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Nov 3, 2024
1 parent 9c2651b commit 75eb892
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ void httpClient() throws IOException, KeyManagementException, NoSuchAlgorithmExc
// Validate channel
Channel channel = item.getChannel();
assertNotNull(channel);
assertThat(channel.getTitle(), is("breakit.se"));
assertThat(channel.getTitle(), is("Breakit"));
assertThat(channel.getDescription(), is("Breakit är Sveriges nyhetssajt om techbolag och startups."));
assertThat(channel.getLanguage(), isPresentAndIs("sv"));
assertThat(channel.getLink(), is("http://breakit.se"));
assertThat(channel.getCopyright(), isEmpty());
assertThat(channel.getLanguage(), isPresentAndIs("sv-se"));
assertThat(channel.getLink(), is("https://www.breakit.se"));
assertThat(channel.getCopyright(), isPresentAndIs("© Breaking Media AB"));
assertThat(channel.getGenerator(), isEmpty());
assertThat(channel.getLastBuildDate(), isPresent());
assertThat(channel.getLastBuildDateZonedDateTime(), isPresent());
Expand Down

0 comments on commit 75eb892

Please sign in to comment.