diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-22 15:29:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 15:29:03 +0800 |
commit | 3716d2431de08194d3a107ef640febc47c3ee72a (patch) | |
tree | af83f8596b4fa78713733c0db6b4b6d1695d0ff0 /Timeline.Tests/UsernameValidatorUnitTest.cs | |
parent | a585c6e35829e9f2b4b0b8ce8c6b395e5ea84f2c (diff) | |
parent | 968f9688dd3ff7cae6f66af0e69bb03392311c88 (diff) | |
download | timeline-3716d2431de08194d3a107ef640febc47c3ee72a.tar.gz timeline-3716d2431de08194d3a107ef640febc47c3ee72a.tar.bz2 timeline-3716d2431de08194d3a107ef640febc47c3ee72a.zip |
Merge pull request #48 from crupest/user-details
Add user details.
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;
|