This commit is contained in:
2019-01-16 22:50:47 +00:00
parent fd2b46cc59
commit bebbbb3613
5 changed files with 24 additions and 0 deletions

View File

@@ -223,6 +223,8 @@ namespace raven_integration
dynamic w2 = new JObject();
w2.name = Util.Uniquify("PatchConcurrencyViolationShouldFail");
w2.notes="blah";
w2.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
w2.dollarAmount = 2.22m;
w2.active = true;
w2.roles = 0;