From 05365be9510e4904d33458ba1431edbb00d327c2 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Tue, 3 Sep 2024 18:17:08 +0200 Subject: [PATCH] chore: Adjust test name --- .../Tests/Windows_UI_Xaml_Controls_Primitives/Given_Popup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls_Primitives/Given_Popup.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls_Primitives/Given_Popup.cs index 7746bf78c878..313c35c5c8cd 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls_Primitives/Given_Popup.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls_Primitives/Given_Popup.cs @@ -78,7 +78,7 @@ public void When_Closed_Immediately() } [TestMethod] - public async Task When_Child_Visual_Parents_Include_Popup() + public async Task When_Child_Visual_Parents_Does_Not_Include_Popup() { var popup = new Popup(); popup.XamlRoot = TestServices.WindowHelper.XamlRoot;