mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-15 20:34:45 +00:00
New: Lidarr to Readarr
This commit is contained in:
@@ -49,7 +49,7 @@ namespace NzbDrone.Common.Test
|
||||
public void GetValue_Success()
|
||||
{
|
||||
const string key = "Port";
|
||||
const string value = "8686";
|
||||
const string value = "8787";
|
||||
|
||||
var result = Subject.GetValue(key, value);
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace NzbDrone.Common.Test
|
||||
public void GetInt_Success()
|
||||
{
|
||||
const string key = "Port";
|
||||
const int value = 8686;
|
||||
const int value = 8787;
|
||||
|
||||
var result = Subject.GetValueInt(key, value);
|
||||
|
||||
@@ -89,7 +89,7 @@ namespace NzbDrone.Common.Test
|
||||
[Test]
|
||||
public void GetPort_Success()
|
||||
{
|
||||
const int value = 8686;
|
||||
const int value = 8787;
|
||||
|
||||
var result = Subject.Port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user