aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/UsernameValidatorUnitTest.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-21 23:55:42 +0800
committer杨宇千 <crupest@outlook.com>2019-08-21 23:55:42 +0800
commite7714754d8f59bb8dc29aeb6340380e93310175b (patch)
tree7797613e18dd50665ac50881541f645413dbca97 /Timeline.Tests/UsernameValidatorUnitTest.cs
parentdbc8d78dc0f21f423a0fe2db9dd782da43b5b468 (diff)
downloadtimeline-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.cs1
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;