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
commitd988669de355df12d3be3c658e8617c275fe70dd (patch)
treeaa4df76441a44448dad3ee5e7b0d26bf80383259 /Timeline.Tests/UsernameValidatorUnitTest.cs
parent79ab2b304d93b1029515bd3f954db4e5a73f4168 (diff)
downloadtimeline-d988669de355df12d3be3c658e8617c275fe70dd.tar.gz
timeline-d988669de355df12d3be3c658e8617c275fe70dd.tar.bz2
timeline-d988669de355df12d3be3c658e8617c275fe70dd.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;