Add "Bot" AccountType, was causing a deserialization exception when running the integration test "SearchForExcludedLanguage" (#1541)

This commit is contained in:
Ryan Gribble
2017-01-16 23:30:47 +10:00
committed by GitHub
parent 01a2d97212
commit aa80eaa551
+6 -1
View File
@@ -10,6 +10,11 @@
/// <summary>
/// Organization account
/// </summary>
Organization
Organization,
/// <summary>
/// Bot account
/// </summary>
Bot
}
}