mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed router test for linux.
This commit is contained in:
@@ -10,6 +10,13 @@ namespace NzbDrone.App.Test
|
||||
[TestFixture]
|
||||
public class RouterTest : TestBase<Router>
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
WindowsOnly();
|
||||
}
|
||||
|
||||
|
||||
[Test]
|
||||
public void Route_should_call_install_service_when_application_mode_is_install()
|
||||
{
|
||||
|
Reference in New Issue
Block a user