Merge pull request #6818 from Bond-009/password

This commit is contained in:
Cody Robibero
2021-11-13 16:56:25 -07:00
committed by GitHub
9 changed files with 88 additions and 113 deletions

View File

@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using MediaBrowser.Common.Cryptography;
using MediaBrowser.Model.Cryptography;
using Xunit;
namespace Jellyfin.Common.Tests.Cryptography
namespace Jellyfin.Model.Tests.Cryptography
{
public static class PasswordHashTests
{