From 6686a1afd4adf7f216502c6505570d67878c99bb Mon Sep 17 00:00:00 2001 From: sephrat <34862846+sephrat@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:24:13 +0200 Subject: [PATCH] test: Fix newly added test --- src/Ombi.Notifications.Tests/NotificationMessageCurlysTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Ombi.Notifications.Tests/NotificationMessageCurlysTests.cs b/src/Ombi.Notifications.Tests/NotificationMessageCurlysTests.cs index 1f874a386..2ea500872 100644 --- a/src/Ombi.Notifications.Tests/NotificationMessageCurlysTests.cs +++ b/src/Ombi.Notifications.Tests/NotificationMessageCurlysTests.cs @@ -292,6 +292,8 @@ namespace Ombi.Notifications.Tests notificationOptions.Substitutes.Add("Season", "1"); notificationOptions.Substitutes.Add("Episodes", "1, 2"); + notificationOptions.Substitutes.Add("EpisodesCount", "2"); + notificationOptions.Substitutes.Add("SeasonEpisodes", "1x1, 1x2"); var req = F.Build() .With(x => x.RequestType, RequestType.TvShow) .With(x => x.Available, true)