summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.Android.UITests/PlatformTests
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core.Android.UITests/PlatformTests')
-rw-r--r--Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs b/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs
index f0075576..d5acb5ca 100644
--- a/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs
+++ b/Xamarin.Forms.Core.Android.UITests/PlatformTests/DisplayAlertUITestsAndroid.cs
@@ -4,7 +4,7 @@ using NUnit.Framework;
namespace Xamarin.Forms.Core.UITests
{
[TestFixture]
- [Category ("DisplayAlert")]
+ [Category(UITestCategories.DisplayAlert)]
internal class DisplayAlertUITestsAndroid : BaseTestFixture
{