aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/UsernameValidatorUnitTest.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-17 19:25:36 +0800
committer杨宇千 <crupest@outlook.com>2019-08-17 19:25:36 +0800
commit99086ad52ce953eb887bbeb020c64966c7b2e0d7 (patch)
tree33108697392f28efcf96d53c8874034db45406d5 /Timeline.Tests/UsernameValidatorUnitTest.cs
parentec74a3c491d361bbaf9354b7f17be750b7b8823c (diff)
downloadtimeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.tar.gz
timeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.tar.bz2
timeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.zip
Fix tests.
Diffstat (limited to 'Timeline.Tests/UsernameValidatorUnitTest.cs')
-rw-r--r--Timeline.Tests/UsernameValidatorUnitTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/UsernameValidatorUnitTest.cs b/Timeline.Tests/UsernameValidatorUnitTest.cs
index 97d56195..450564b7 100644
--- a/Timeline.Tests/UsernameValidatorUnitTest.cs
+++ b/Timeline.Tests/UsernameValidatorUnitTest.cs
@@ -1,6 +1,6 @@
using FluentAssertions;
using System;
-using Timeline.Services;
+using Timeline.Models.Validation;
using Xunit;
namespace Timeline.Tests