mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
SetUp must be Public... FYI.
This commit is contained in:
parent
7b14da9b17
commit
3de5522444
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||||
public class SabProviderTest : CoreTest
|
public class SabProviderTest : CoreTest
|
||||||
{
|
{
|
||||||
[SetUp]
|
[SetUp]
|
||||||
private void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
//Setup
|
//Setup
|
||||||
string sabHost = "192.168.5.55";
|
string sabHost = "192.168.5.55";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue