diff options
| author | transtrike <transtrike@gmail.com> | 2021-03-28 21:58:50 +0300 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-03-28 21:58:50 +0300 |
| commit | 418c04807eae6220ef609a8c208d67c08cf7f723 (patch) | |
| tree | 85030bd5ec28d50722f86f3d3cf5c0b38e028127 /src/Services/DevHive.Services.Tests | |
| parent | 8282f6c3f89ee65be155d453ddd705892b07628e (diff) | |
| download | DevHive-feature/profile_picture_implementation.tar DevHive-feature/profile_picture_implementation.tar.gz DevHive-feature/profile_picture_implementation.zip | |
Added profile picture documentationfeature/profile_picture_implementation
Diffstat (limited to 'src/Services/DevHive.Services.Tests')
| -rw-r--r-- | src/Services/DevHive.Services.Tests/ProfilePictureService.Tests.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Services/DevHive.Services.Tests/ProfilePictureService.Tests.cs b/src/Services/DevHive.Services.Tests/ProfilePictureService.Tests.cs new file mode 100644 index 0000000..691b8b5 --- /dev/null +++ b/src/Services/DevHive.Services.Tests/ProfilePictureService.Tests.cs @@ -0,0 +1,9 @@ +using System; + +namespace DevHive.Services.Tests +{ + public class ProfilePictureServiceTests + { + + } +} |
