Skip to content

Commit

Permalink
test: runtime assert binding expression
Browse files Browse the repository at this point in the history
(cherry picked from commit 51a9e94)
  • Loading branch information
ajpinedam authored and mergify[bot] committed Jul 21, 2023
1 parent c1afc60 commit e044464
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit e044464

Please sign in to comment.