1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-21 23:33:18 +00:00
0 Development: Yearly updates for test code
ilike2burnthing edited this page 2024-09-15 00:54:27 +01:00

Every new year the following source needs updating:
bump the year at 69605ec356/src/Jackett.Test/Common/Indexers/CardigannIndexerHtmlTests.cs (L57)

            Assert.AreEqual(2022, firstRelease.PublishDate.Year);

bump the year at 0c1e3bec44/src/Jackett.Test/Common/Utils/DateTimeUtilTests.cs (L162)

            var refDate = new DateTime(2024, 03, 12, 12, 00, 00, DateTimeKind.Local);