diff options
author | crupest <crupest@outlook.com> | 2020-01-30 21:15:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-30 21:15:18 +0800 |
commit | d988669de355df12d3be3c658e8617c275fe70dd (patch) | |
tree | aa4df76441a44448dad3ee5e7b0d26bf80383259 /Timeline.Tests/UsernameValidatorUnitTest.cs | |
parent | 79ab2b304d93b1029515bd3f954db4e5a73f4168 (diff) | |
download | timeline-d988669de355df12d3be3c658e8617c275fe70dd.tar.gz timeline-d988669de355df12d3be3c658e8617c275fe70dd.tar.bz2 timeline-d988669de355df12d3be3c658e8617c275fe70dd.zip |
...
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 e0f4633f..1a09d477 100644 --- a/Timeline.Tests/UsernameValidatorUnitTest.cs +++ b/Timeline.Tests/UsernameValidatorUnitTest.cs @@ -5,7 +5,6 @@ using Xunit; namespace Timeline.Tests
{
- [UseCulture("en")]
public class UsernameValidatorUnitTest : IClassFixture<UsernameValidator>
{
private readonly UsernameValidator _validator;
|