mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: Build on mono 6
Removed LogEntries which is unused
This commit is contained in:
@@ -30,7 +30,7 @@ namespace NzbDrone.Core.Test.IndexerTests.WafflesTests
|
||||
[Test]
|
||||
public void should_parse_recent_feed_from_waffles()
|
||||
{
|
||||
var recentFeed = ReadAllText(@"Files/Indexers/Waffles/Waffles.xml");
|
||||
var recentFeed = ReadAllText(@"Files/Indexers/Waffles/waffles.xml");
|
||||
|
||||
Mocker.GetMock<IHttpClient>()
|
||||
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))
|
||||
|
||||
Reference in New Issue
Block a user