소스 검색

Moved test

BaronGreenback 4 년 전
부모
커밋
cb74a86975
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      tests/Jellyfin.Server.Integration.Tests/EncodedQueryStringTest.cs

+ 1 - 7
tests/Jellyfin.Server.Implementations.Tests/Middleware/EncodedQueryStringTest.cs → tests/Jellyfin.Server.Integration.Tests/EncodedQueryStringTest.cs

@@ -1,14 +1,8 @@
-using System;
-using System.IO;
-using System.Linq;
 using System.Net;
-using System.Net.Http;
-using System.Text;
 using System.Threading.Tasks;
-using Jellyfin.Server.Integration.Tests;
 using Xunit;
 
-namespace Jellyfin.Server.Implementations.Tests.Middleware
+namespace Jellyfin.Server.Integration.Tests
 {
     /// <summary>
     /// Defines the test for encoded querystrings in the url.