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

This commit is contained in:
Thomas
2023-02-11 08:17:35 +00:00
parent a443ec7986
commit 985df1d3c2

View File

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