mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
done #318
This commit is contained in:
parent
e8706354b9
commit
3e16d8acf0
18 changed files with 399 additions and 57 deletions
|
@ -39,7 +39,7 @@ namespace PlexRequests.UI.Tests
|
|||
[TestCaseSource(nameof(NoticeEnabledData))]
|
||||
public bool TestNoticeEnabled(DateTime start, DateTime end)
|
||||
{
|
||||
return new LandingPageViewModel {NoticeEnd = end, NoticeStart = start}.NoticeActive;
|
||||
return new LandingPageViewModel { NoticeEnd = end, NoticeStart = start }.NoticeActive;
|
||||
}
|
||||
|
||||
private static IEnumerable<TestCaseData> NoticeEnabledData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue