1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00

SetUp must be Public... FYI.

This commit is contained in:
Mark McDowall 2012-01-20 00:25:51 -08:00
parent 7b14da9b17
commit 3de5522444

View file

@ -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";