diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-21 10:09:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 10:09:21 +0100 |
| commit | 39eb5da44f8e931aa6a89f9bb3d0785ca5e84465 (patch) | |
| tree | 27c789bce055f5fe5cbd4cfe50ef269b258eeda3 | |
| parent | 740e5ec167fc8a147cfaca2904220baee6ccc509 (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 2f27a0534..004933ca9 100644 --- a/tests/Jellyfin.Dlna.Tests/ProfileTester.cs +++ b/tests/Jellyfin.Dlna.Tests/ProfileTester.cs @@ -25,7 +25,7 @@ namespace Jellyfin.Dlna.Tests } [Fact] - public void Test_Profile_Matches() + public void IsMatch_GivenMatchingName_ReturnsTrue() { var device = new DeviceInfo() { |
