mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
* Refactored test namespaces. Moved some tests that were in wrong project. Code cleanup * Parrallel -> Parallel
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Diagnostics;
|
||||
|
||||
// Alias Console to MockConsole so we don't accidentally use Console
|
||||
|
||||
namespace Terminal.Gui.ApplicationTests;
|
||||
namespace UnitTests.ApplicationTests;
|
||||
|
||||
/// <summary>Tests MainLoop using the FakeMainLoop.</summary>
|
||||
public class MainLoopTests
|
||||
@@ -575,7 +575,7 @@ public class MainLoopTests
|
||||
Assert.Empty (mainloop.TimedEvents.Timeouts);
|
||||
|
||||
Assert.NotNull (
|
||||
new App.Timeout { Span = new (), Callback = () => true }
|
||||
new Terminal.Gui.App.Timeout { Span = new (), Callback = () => true }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user