We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d30438 commit 3ca01b5Copy full SHA for 3ca01b5
1 file changed
tests/ListViewTests.cs
@@ -85,7 +85,7 @@ public void TestIListSourceProperty_Rhs( )
85
Assert.That(
86
code.Trim().ReplaceLineEndings("\n"), Is.EqualTo(
87
@"
88
-new Terminal.Gui.ListWrapper<string>(new System.Collections.ObjectModel.ObservableCollection<string>(new string[] {
+new Terminal.Gui.Views.ListWrapper<string>(new System.Collections.ObjectModel.ObservableCollection<string>(new string[] {
89
""hi there"",
90
""my friend""}))".Trim().ReplaceLineEndings("\n")));
91
}
0 commit comments