mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
Fixed broken test.
This commit is contained in:
parent
6d43b9354b
commit
01775d70b3
@ -266,7 +266,7 @@ public void GetQueue_should_return_a_list_with_items_when_the_queue_has_items()
|
||||
var result = Mocker.Resolve<SabProvider>().GetQueue();
|
||||
|
||||
//Assert
|
||||
result.Should().HaveCount(2);
|
||||
result.Should().HaveCount(3);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user