mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-04 10:34:59 +02:00
SetUp must be Public... FYI.
This commit is contained in:
parent
7b14da9b17
commit
3de5522444
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
public class SabProviderTest : CoreTest
|
||||
{
|
||||
[SetUp]
|
||||
private void Setup()
|
||||
public void Setup()
|
||||
{
|
||||
//Setup
|
||||
string sabHost = "192.168.5.55";
|
||||
|
Loading…
Reference in New Issue
Block a user