From fa1c9950adb27dfd7c09813f98a361f5e5ab0567 Mon Sep 17 00:00:00 2001 From: --global Date: Mon, 9 Dec 2024 22:53:59 -0800 Subject: [PATCH] this should work --- src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs b/src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs index a5715f7749..f0b640abff 100644 --- a/src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs +++ b/src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs @@ -398,7 +398,7 @@ public static void VerifyFontPackage( { using (RegistryKey fontsRegistryKey = baseKey.OpenSubKey(Constants.FontsSubKey, true)) { - fontsRegistryKey.DeleteSubKey(fontSubKeyName); + fontsRegistryKey.DeleteValue(fontSubKeyName); } }