1
0
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:
kay.one 2012-01-22 18:47:50 -08:00
parent 6d43b9354b
commit 01775d70b3

View File

@ -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]