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 | 99086ad52ce953eb887bbeb020c64966c7b2e0d7 (patch) | |
| tree | 33108697392f28efcf96d53c8874034db45406d5 | |
| parent | ec74a3c491d361bbaf9354b7f17be750b7b8823c (diff) | |
| download | timeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.tar.gz timeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.tar.bz2 timeline-99086ad52ce953eb887bbeb020c64966c7b2e0d7.zip | |
Fix tests.
| -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
|
