1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-08 12:05:40 +02: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 @@ namespace NzbDrone.Core.Test.ProviderTests
var result = Mocker.Resolve<SabProvider>().GetQueue();
//Assert
result.Should().HaveCount(2);
result.Should().HaveCount(3);
}
[Test]