mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
improved clone injection.
This commit is contained in:
parent
0861e5f8c1
commit
b3c9217412
3 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
using FluentAssertions;
|
||||
using System.Net;
|
||||
using FluentAssertions;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Api.History;
|
||||
|
||||
namespace NzbDrone.Integration.Test
|
||||
{
|
||||
|
@ -9,7 +11,7 @@ namespace NzbDrone.Integration.Test
|
|||
[Test]
|
||||
public void history_should_be_empty()
|
||||
{
|
||||
var history = History.GetPaged(1,15,"date","desc");
|
||||
var history = History.GetPaged(1, 15, "date", "desc");
|
||||
|
||||
history.Records.Count.Should().Be(0);
|
||||
history.Page.Should().Be(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue