aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-25 18:46:08 +0000
committerGitHub <noreply@github.com>2021-12-25 18:46:08 +0000
commitd594f81f65eb24d80ac4988c181bc099e8ec7c38 (patch)
treeb007ea28b081f65cf7ba2a407d3f67c4b78b5e8a /tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs
parent60e75f7b700bb8ddc52d937892e2fcdaa57b9d6a (diff)
parentcbfa355e31ec7a78ef73bbde5566fb2b3424363e (diff)
Merge pull request #7048 from Bond-009/warn56
Diffstat (limited to 'tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs')
-rw-r--r--tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs b/tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs
index feffb50e8..46439aecb 100644
--- a/tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs
+++ b/tests/Jellyfin.Controller.Tests/DirectoryServiceTests.cs
@@ -13,22 +13,22 @@ namespace Jellyfin.Controller.Tests
private static readonly FileSystemMetadata[] _lowerCaseFileSystemMetadata =
{
- new ()
+ new()
{
FullName = LowerCasePath + "/Artwork",
IsDirectory = true
},
- new ()
+ new()
{
FullName = LowerCasePath + "/Some Other Folder",
IsDirectory = true
},
- new ()
+ new()
{
FullName = LowerCasePath + "/Song 2.mp3",
IsDirectory = false
},
- new ()
+ new()
{
FullName = LowerCasePath + "/Song 3.mp3",
IsDirectory = false
@@ -37,12 +37,12 @@ namespace Jellyfin.Controller.Tests
private static readonly FileSystemMetadata[] _upperCaseFileSystemMetadata =
{
- new ()
+ new()
{
FullName = UpperCasePath + "/Lyrics",
IsDirectory = true
},
- new ()
+ new()
{
FullName = UpperCasePath + "/Song 1.mp3",
IsDirectory = false