mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Fixed test file casing
This commit is contained in:
parent
94a78eabe5
commit
a7ca139e13
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test.IndexerTests.FileListTests
|
||||||
[Test]
|
[Test]
|
||||||
public void should_parse_recent_feed_from_FileList()
|
public void should_parse_recent_feed_from_FileList()
|
||||||
{
|
{
|
||||||
var recentFeed = ReadAllText(@"Files/Indexers/FileList/recentfeed.json");
|
var recentFeed = ReadAllText(@"Files/Indexers/FileList/RecentFeed.json");
|
||||||
|
|
||||||
Mocker.GetMock<IHttpClient>()
|
Mocker.GetMock<IHttpClient>()
|
||||||
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))
|
.Setup(o => o.Execute(It.Is<HttpRequest>(v => v.Method == HttpMethod.GET)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue