diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-01 21:58:39 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-01 21:58:39 +0800 |
commit | ee506e832e19e84cba2f9cf1c2b0172ca3e092b6 (patch) | |
tree | b1c110461ae44a51bb76f13951450dd5bde40014 /Timeline.Tests/Helpers | |
parent | 2ef31740d62a415e7df59f22c450ae954ee97193 (diff) | |
download | timeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.tar.gz timeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.tar.bz2 timeline-ee506e832e19e84cba2f9cf1c2b0172ca3e092b6.zip |
Password service use exception.
Diffstat (limited to 'Timeline.Tests/Helpers')
-rw-r--r-- | Timeline.Tests/Helpers/TestUsers.cs | 2 |
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 { |