mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
SetUp must be Public... FYI.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user