diff --git a/src/Controls/tests/TestCases.HostApp/Issues/Issue33523.cs b/src/Controls/tests/TestCases.HostApp/Issues/Issue33523.cs index 826979dad672..3d5f56aad316 100644 --- a/src/Controls/tests/TestCases.HostApp/Issues/Issue33523.cs +++ b/src/Controls/tests/TestCases.HostApp/Issues/Issue33523.cs @@ -2,7 +2,7 @@ namespace Maui.Controls.Sample.Issues { - [Issue(IssueTracker.Github, 33523, "OnBackButtonPressed not firing for Shell Navigation Bar button in .NET 10 SR2", PlatformAffected.Android | PlatformAffected.iOS | PlatformAffected.MacCatalyst)] + [Issue(IssueTracker.Github, 33523, "OnBackButtonPressed not firing for Shell Navigation Bar button in .NET 10 SR2", PlatformAffected.Android | PlatformAffected.iOS | PlatformAffected.macOS)] public class Issue33523 : Shell { public Issue33523()