Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Mar 2, 2024
1 parent 1b66c37 commit 707258e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import javax.net.ssl.SSLContext;
import java.io.*;
import java.net.URI;
import java.net.*;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
Expand Down Expand Up @@ -351,10 +351,10 @@ void diDigital() throws IOException {
// Validate channel
Channel channel = item.getChannel();
assertNotNull(channel);
assertThat(channel.getTitle(), is("Nyheter"));
assertThat(channel.getTitle(), is("Di Digital - Senaste nytt"));
assertThat(channel.getDescription(), is(""));
assertThat(channel.getLanguage(), isEmpty());
assertThat(channel.getLink(), is("https://www.di.se/rss"));
assertThat(channel.getLink(), is("https://digital.di.se/rss"));
assertThat(channel.getCopyright(), isEmpty());
assertThat(channel.getGenerator(), isEmpty());
assertThat(channel.getLastBuildDate(), isEmpty());
Expand Down

0 comments on commit 707258e

Please sign in to comment.