Browse Source

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

Thomas 2 years ago
parent
commit
985df1d3c2
1 changed files with 1 additions and 1 deletions
  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;