Fixed tests

This commit is contained in:
tidusjar 2016-06-13 10:34:37 +01:00
commit e8706354b9
6 changed files with 13 additions and 6 deletions

View file

@ -28,6 +28,12 @@ namespace PlexRequests.Helpers.Analytics
{
public enum Action
{
Donate
Donate,
ClickButton,
Delete,
Create,
Save,
Update,
Start
}
}

View file

@ -35,6 +35,7 @@ namespace PlexRequests.Helpers.Analytics
LandingPage,
Api,
Issues,
UserLogin
UserLogin,
Services,
}
}