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
commitcc646173d0667769c4f4ae78f51a626346d7e7ad (patch)
treef6309ece333f99774ceca833f38b3422ab4e9093 /Timeline.Tests/IntegratedTests/UserAvatarTests.cs
parent69289d86b6f8ee54922920455066cf2f362ac6d8 (diff)
downloadtimeline-cc646173d0667769c4f4ae78f51a626346d7e7ad.tar.gz
timeline-cc646173d0667769c4f4ae78f51a626346d7e7ad.tar.bz2
timeline-cc646173d0667769c4f4ae78f51a626346d7e7ad.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
+ {
+ }
+}