diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-25 18:46:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-25 18:46:08 +0000 |
| commit | d594f81f65eb24d80ac4988c181bc099e8ec7c38 (patch) | |
| tree | b007ea28b081f65cf7ba2a407d3f67c4b78b5e8a /tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs | |
| parent | 60e75f7b700bb8ddc52d937892e2fcdaa57b9d6a (diff) | |
| parent | cbfa355e31ec7a78ef73bbde5566fb2b3424363e (diff) | |
Merge pull request #7048 from Bond-009/warn56
Diffstat (limited to 'tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs')
| -rw-r--r-- | tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs b/tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs index 655e07074..345f37cbe 100644 --- a/tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs +++ b/tests/Jellyfin.Extensions.Tests/Json/Converters/JsonStringConverterTests.cs @@ -6,7 +6,7 @@ namespace Jellyfin.Extensions.Tests.Json.Converters { public class JsonStringConverterTests { - private readonly JsonSerializerOptions _jsonSerializerOptions = new () + private readonly JsonSerializerOptions _jsonSerializerOptions = new() { Converters = { |
