Skip to content

Commit

Permalink
test: runtime assert binding expression
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jul 19, 2023
1 parent 3ecaa6b commit 51a9e94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,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);
}
}
Expand Down

0 comments on commit 51a9e94

Please sign in to comment.