diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs index dee2634ed90b..09f95b848634 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ListViewBase.cs @@ -2510,6 +2510,8 @@ public async Task When_Binding_and_Item_Removed() // up after being removed. Assert.IsNull(container.Content); + Assert.IsNull(container.GetBindingExpression(ContentControl.ContentProperty)); + Assert.AreEqual(5, SUT.Items.Count); } }