mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
* Fixes #4196. Application.Begin doesn't refresh the screen at start
* Reformatting to run CI again
* Revert "Reformatting to run CI again"
This reverts commit ef639c1e64.
* Trying fix an issue where sometimes subview variable is null running unit tests
* Add comment and decrease the delay time
This commit is contained in:
@@ -11,6 +11,8 @@ public class SpinnerViewTests (ITestOutputHelper output)
|
||||
[InlineData (false)]
|
||||
public void TestSpinnerView_AutoSpin (bool callStop)
|
||||
{
|
||||
ConsoleDriver.RunningUnitTests = true;
|
||||
|
||||
SpinnerView view = GetSpinnerView ();
|
||||
|
||||
Assert.Empty (Application.MainLoop.TimedEvents.Timeouts);
|
||||
|
||||
Reference in New Issue
Block a user