fix build

This commit is contained in:
Cody Robibero
2023-09-01 09:35:57 -06:00
parent 35a9feaf70
commit fb8b11276d
2 changed files with 6 additions and 6 deletions

View File

@@ -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));
}
}
}