mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
This commit is contained in:
@@ -14,14 +14,14 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
|
||||
[IntegrationTest]
|
||||
public class IndexerIntegrationTests : CoreTest
|
||||
{
|
||||
private BookSearchCriteria _albumSearchCriteria;
|
||||
private BookSearchCriteria _bookSearchCriteria;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
UseRealHttp();
|
||||
|
||||
_albumSearchCriteria = new BookSearchCriteria()
|
||||
_bookSearchCriteria = new BookSearchCriteria()
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user