mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
fix build
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Jellyfin.Server.Tests
|
||||
Assert.Single(test.Query);
|
||||
var (k, v) = test.Query.First();
|
||||
Assert.Equal(key, k);
|
||||
Assert.Empty(v);
|
||||
Assert.True(StringValues.IsNullOrEmpty(v));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user