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 | 1a998040268282086549e67ae81f8e059ee885a9 (patch) | |
tree | 7797613e18dd50665ac50881541f645413dbca97 /Timeline.Tests/UsernameValidatorUnitTest.cs | |
parent | 431ba02aa831448ca2aa9e9a42aa3aaf1345edbe (diff) | |
download | timeline-1a998040268282086549e67ae81f8e059ee885a9.tar.gz timeline-1a998040268282086549e67ae81f8e059ee885a9.tar.bz2 timeline-1a998040268282086549e67ae81f8e059ee885a9.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;
|