diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-03-05 08:30:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 08:30:49 -0700 |
| commit | df1951cfe2baae539758b9592af1a16e51b69897 (patch) | |
| tree | d2f5c5eb5df98fee898f252493e82f5659a29558 /tests | |
| parent | fd0b3ca5ef82164f5551369b789b9677f30af172 (diff) | |
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs b/tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs index 83dfb0a4f..f2cefdbf8 100644 --- a/tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs +++ b/tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs @@ -33,4 +33,4 @@ namespace Jellyfin.Common.Tests.Json Assert.Equal(output, serializedInput); } } -}
\ No newline at end of file +} |
