Skip to content

Commit

Permalink
this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Dec 10, 2024
1 parent 8f7a47d commit fa1c995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLIE2ETests/Helpers/TestCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public static void VerifyFontPackage(
{
using (RegistryKey fontsRegistryKey = baseKey.OpenSubKey(Constants.FontsSubKey, true))
{
fontsRegistryKey.DeleteSubKey(fontSubKeyName);
fontsRegistryKey.DeleteValue(fontSubKeyName);
}
}

Expand Down

0 comments on commit fa1c995

Please sign in to comment.