aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers/TestUsers.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-01 21:58:39 +0800
committer杨宇千 <crupest@outlook.com>2019-08-01 21:58:39 +0800
commitee506e832e19e84cba2f9cf1c2b0172ca3e092b6 (patch)
treeb1c110461ae44a51bb76f13951450dd5bde40014 /Timeline.Tests/Helpers/TestUsers.cs
parent2ef31740d62a415e7df59f22c450ae954ee97193 (diff)
downloadtimeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.tar.gz
timeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.tar.bz2
timeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.zip
Password service use exception.
Diffstat (limited to 'Timeline.Tests/Helpers/TestUsers.cs')
-rw-r--r--Timeline.Tests/Helpers/TestUsers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/Helpers/TestUsers.cs b/Timeline.Tests/Helpers/TestUsers.cs
index ceecc7c0..60ea5e27 100644
--- a/Timeline.Tests/Helpers/TestUsers.cs
+++ b/Timeline.Tests/Helpers/TestUsers.cs
@@ -11,7 +11,7 @@ namespace Timeline.Tests.Helpers
static TestMockUsers()
{
var mockUsers = new List<User>();
- var passwordService = new PasswordService(null);
+ var passwordService = new PasswordService();
mockUsers.Add(new User
{