diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-19 02:34:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-19 02:34:00 +0800 |
commit | 3371b473d0d055f46c9ea09fba7e0d56e7a386a5 (patch) | |
tree | cf25a9ae92289771b015174e71f4592f0ca79282 | |
parent | 835b9fd1cdb0abc1b8cff4118b306524aa80ff10 (diff) | |
download | timeline-3371b473d0d055f46c9ea09fba7e0d56e7a386a5.tar.gz timeline-3371b473d0d055f46c9ea09fba7e0d56e7a386a5.tar.bz2 timeline-3371b473d0d055f46c9ea09fba7e0d56e7a386a5.zip |
Clean code.
-rw-r--r-- | Timeline.Tests/IntegratedTests/UserAvatarTests.cs | 2 | ||||
-rw-r--r-- | Timeline.Tests/UserAvatarServiceTest.cs | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/Timeline.Tests/IntegratedTests/UserAvatarTests.cs b/Timeline.Tests/IntegratedTests/UserAvatarTests.cs index e282da1b..efe63346 100644 --- a/Timeline.Tests/IntegratedTests/UserAvatarTests.cs +++ b/Timeline.Tests/IntegratedTests/UserAvatarTests.cs @@ -6,8 +6,6 @@ using SixLabors.ImageSharp.Formats.Png; using System;
using System.IO;
using System.Net;
-using System.Net.Http;
-using System.Net.Http.Headers;
using System.Threading.Tasks;
using Timeline.Controllers;
using Timeline.Services;
diff --git a/Timeline.Tests/UserAvatarServiceTest.cs b/Timeline.Tests/UserAvatarServiceTest.cs index 69d6b61c..03b64a6b 100644 --- a/Timeline.Tests/UserAvatarServiceTest.cs +++ b/Timeline.Tests/UserAvatarServiceTest.cs @@ -1,11 +1,8 @@ using FluentAssertions;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
-using SixLabors.ImageSharp;
-using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Formats.Png;
using System;
-using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
|