mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed more bad code
This commit is contained in:
@@ -46,7 +46,7 @@ public class SyncrhonizationContextTests
|
||||
);
|
||||
|
||||
// blocks here until the RequestStop is processed at the end of the test
|
||||
Application.Run ();
|
||||
Application.Run ().Dispose ();
|
||||
Assert.True (success);
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ public class SyncrhonizationContextTests
|
||||
);
|
||||
|
||||
// blocks here until the RequestStop is processed at the end of the test
|
||||
Application.Run ();
|
||||
Application.Run ().Dispose ();
|
||||
Assert.True (success);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user