aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests/UserAvatarTests.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-19 00:41:47 +0800
committer杨宇千 <crupest@outlook.com>2019-08-19 00:41:47 +0800
commit2c50b2bebc15a2ae48fb124fcf090d32c043d62b (patch)
treef6309ece333f99774ceca833f38b3422ab4e9093 /Timeline.Tests/IntegratedTests/UserAvatarTests.cs
parent7b04ec2e8370813c6bddfd0b3db811a729ca58a2 (diff)
downloadtimeline-2c50b2bebc15a2ae48fb124fcf090d32c043d62b.tar.gz
timeline-2c50b2bebc15a2ae48fb124fcf090d32c043d62b.tar.bz2
timeline-2c50b2bebc15a2ae48fb124fcf090d32c043d62b.zip
Add unit tests for avatar validator.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/UserAvatarTests.cs')
-rw-r--r--Timeline.Tests/IntegratedTests/UserAvatarTests.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Timeline.Tests/IntegratedTests/UserAvatarTests.cs b/Timeline.Tests/IntegratedTests/UserAvatarTests.cs
new file mode 100644
index 00000000..14781474
--- /dev/null
+++ b/Timeline.Tests/IntegratedTests/UserAvatarTests.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace Timeline.Tests.IntegratedTests
+{
+ public class UserAvatarTests
+ {
+ }
+}