1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Trigger fewer signalr broadcasts

This commit is contained in:
ta264
2020-01-06 21:29:27 +00:00
committed by Mark McDowall
parent 9abdaca079
commit b05b7ec4ad
8 changed files with 41 additions and 31 deletions
@@ -83,7 +83,7 @@ namespace NzbDrone.Core.Test.TvTests
ExceptionVerification.ExpectedErrors(1);
Mocker.GetMock<ISeriesService>()
.Verify(v => v.UpdateSeries(It.IsAny<Series>(), It.IsAny<bool>()), Times.Once());
.Verify(v => v.UpdateSeries(It.IsAny<Series>(), It.IsAny<bool>(), It.IsAny<bool>()), Times.Once());
}
[Test]