commented a line that was not getting used in a test

This commit is contained in:
James Tombleson 2023-06-25 21:04:49 -07:00
parent aa5296d084
commit b4b09b0e27
1 changed files with 1 additions and 1 deletions

View File

@ -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
{