mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-21 13:47:10 +00:00
Fixed broken test.
This commit is contained in:
parent
6d43b9354b
commit
01775d70b3
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue