mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Terminal.Gui.DriverTests;
|
||||
namespace UnitTests.DriverTests;
|
||||
public class ConsoleInputTests
|
||||
{
|
||||
class FakeInput : ConsoleInput<char>
|
||||
|
||||
Reference in New Issue
Block a user