diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-19 00:41:47 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-19 00:41:47 +0800 |
commit | 2c50b2bebc15a2ae48fb124fcf090d32c043d62b (patch) | |
tree | f6309ece333f99774ceca833f38b3422ab4e9093 /Timeline.Tests/IntegratedTests/UserAvatarTests.cs | |
parent | 7b04ec2e8370813c6bddfd0b3db811a729ca58a2 (diff) | |
download | timeline-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.cs | 11 |
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
+ {
+ }
+}
|