mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
@@ -18,7 +18,7 @@ public class TitleTests
|
||||
|
||||
r.TitleChanged += (s, args) =>
|
||||
{
|
||||
Assert.Equal (r.Title, args.CurrentValue);
|
||||
Assert.Equal (r.Title, args.Value);
|
||||
};
|
||||
|
||||
expected = "title";
|
||||
|
||||
Reference in New Issue
Block a user