From 7785b51f572cf48a62dfc2ee60fc1db0ccedf1a2 Mon Sep 17 00:00:00 2001 From: Sven Cazier Date: Sat, 26 Jul 2025 23:24:58 +0200 Subject: Enhance extra rules for video and audio file naming; update tests for new naming conventions --- .../Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs') diff --git a/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs index 6964c920b..3d8ea15a3 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs @@ -301,7 +301,7 @@ namespace Jellyfin.Server.Implementations.Tests.Plugins var versionInfo = fixture.Create(); versionInfo.Version = new Version(1, 0).ToString(); - versionInfo.Timestamp = DateTime.UtcNow.ToString(CultureInfo.InvariantCulture); + versionInfo.Timestamp = DateTime.UtcNow.ToString("o", CultureInfo.InvariantCulture); var packageInfo = fixture.Create(); packageInfo.Versions = new[] { versionInfo }; -- cgit v1.2.3