diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-17 19:25:36 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-17 19:25:36 +0800 |
commit | 3366557cf15417097d2293a8ff8855e4f4fc0608 (patch) | |
tree | 33108697392f28efcf96d53c8874034db45406d5 /Timeline.Tests/UsernameValidatorUnitTest.cs | |
parent | fc2196d0b6bed25b515997ad9d785f4471857a86 (diff) | |
download | timeline-3366557cf15417097d2293a8ff8855e4f4fc0608.tar.gz timeline-3366557cf15417097d2293a8ff8855e4f4fc0608.tar.bz2 timeline-3366557cf15417097d2293a8ff8855e4f4fc0608.zip |
Fix tests.
Diffstat (limited to 'Timeline.Tests/UsernameValidatorUnitTest.cs')
-rw-r--r-- | Timeline.Tests/UsernameValidatorUnitTest.cs | 2 |
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
|