diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-21 10:09:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 10:09:14 +0100 |
| commit | 740e5ec167fc8a147cfaca2904220baee6ccc509 (patch) | |
| tree | 5ca82ef7abf621d5cfa7ab65a77c97db66b488b3 | |
| parent | 2559ceffab778933a6122d2989cfa4d58f699839 (diff) | |
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
| -rw-r--r-- | tests/Jellyfin.Dlna.Tests/ProfileTester.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Dlna.Tests/ProfileTester.cs b/tests/Jellyfin.Dlna.Tests/ProfileTester.cs index 74868bc0e..2f27a0534 100644 --- a/tests/Jellyfin.Dlna.Tests/ProfileTester.cs +++ b/tests/Jellyfin.Dlna.Tests/ProfileTester.cs @@ -73,7 +73,7 @@ namespace Jellyfin.Dlna.Tests } [Fact] - public void Test_Profile_NoMatch() + public void IsMatch_GivenNamesAndManufacturersDoNotMatch_ReturnsFalse() { var device = new DeviceInfo() { |
