소스 검색

Move tests to Core folder and namespace to Terminal.Gui.CoreTests

Thomas 2 년 전
부모
커밋
985df1d3c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UnitTests/Core/LineCanvasTests.cs

+ 1 - 1
UnitTests/LineCanvasTests.cs → UnitTests/Core/LineCanvasTests.cs

@@ -2,7 +2,7 @@
 using Xunit;
 using Xunit.Abstractions;
 
-namespace Terminal.Gui.Core {
+namespace Terminal.Gui.CoreTests {
 	public class LineCanvasTests {
 
 		readonly ITestOutputHelper output;