Explorar o código

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

Thomas %!s(int64=2) %!d(string=hai) anos
pai
achega
985df1d3c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;