diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-21 23:55:42 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-21 23:55:42 +0800 |
commit | e7714754d8f59bb8dc29aeb6340380e93310175b (patch) | |
tree | 7797613e18dd50665ac50881541f645413dbca97 /Timeline.Tests/UsernameValidatorUnitTest.cs | |
parent | dbc8d78dc0f21f423a0fe2db9dd782da43b5b468 (diff) | |
download | timeline-e7714754d8f59bb8dc29aeb6340380e93310175b.tar.gz timeline-e7714754d8f59bb8dc29aeb6340380e93310175b.tar.bz2 timeline-e7714754d8f59bb8dc29aeb6340380e93310175b.zip |
Add validators.
Diffstat (limited to 'Timeline.Tests/UsernameValidatorUnitTest.cs')
-rw-r--r-- | Timeline.Tests/UsernameValidatorUnitTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline.Tests/UsernameValidatorUnitTest.cs b/Timeline.Tests/UsernameValidatorUnitTest.cs index 20558d0e..6a635ba1 100644 --- a/Timeline.Tests/UsernameValidatorUnitTest.cs +++ b/Timeline.Tests/UsernameValidatorUnitTest.cs @@ -1,5 +1,4 @@ using FluentAssertions;
-using System;
using Timeline.Models.Validation;
using Xunit;
|