aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/UsernameValidatorUnitTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-30 21:15:18 +0800
committercrupest <crupest@outlook.com>2020-01-30 21:15:18 +0800
commita1a2eede6942aef7d8c20f9e7fb25f53b2b63d86 (patch)
treeaa4df76441a44448dad3ee5e7b0d26bf80383259 /Timeline.Tests/UsernameValidatorUnitTest.cs
parent52acf41e331ddbd66befed4692c804b754ba7d5c (diff)
downloadtimeline-a1a2eede6942aef7d8c20f9e7fb25f53b2b63d86.tar.gz
timeline-a1a2eede6942aef7d8c20f9e7fb25f53b2b63d86.tar.bz2
timeline-a1a2eede6942aef7d8c20f9e7fb25f53b2b63d86.zip
...
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 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;