mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.InputTests;
|
||||
namespace UnitTests_Parallelizable.InputTests;
|
||||
|
||||
public class MouseBindingTests
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.InputTests;
|
||||
namespace UnitTests_Parallelizable.InputTests;
|
||||
|
||||
public class MouseBindingsTests
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Terminal.Gui.InputTests;
|
||||
namespace UnitTests_Parallelizable.InputTests;
|
||||
|
||||
public class MouseEventArgsTests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user