From b4b09b0e2794cccadd45ac2f992ea4760e79279f Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 25 Jun 2023 21:04:49 -0700 Subject: [PATCH] commented a line that was not getting used in a test --- Newsbot.Collector.Tests/Jobs/RssWatcherJobTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Newsbot.Collector.Tests/Jobs/RssWatcherJobTest.cs b/Newsbot.Collector.Tests/Jobs/RssWatcherJobTest.cs index b0575bc..92f3fb3 100644 --- a/Newsbot.Collector.Tests/Jobs/RssWatcherJobTest.cs +++ b/Newsbot.Collector.Tests/Jobs/RssWatcherJobTest.cs @@ -61,7 +61,7 @@ public class RssWatcherJobTest [Fact] public void CanReadHtmlDrivenFeedPage() { - var url = "https://www.howtogeek.com/feed/"; + //var url = "https://www.howtogeek.com/feed/"; var client = new RssWatcherJob(); client.InitAndExecute(new RssWatcherJobOptions {