This commit is contained in:
2018-09-25 22:06:39 +00:00
parent a67c252d3e
commit 21d5ec77d1

View File

@@ -146,6 +146,7 @@ namespace raven_integration
((JArray)a.ObjectResponse["result"]).Count.Should().BeGreaterOrEqualTo(2);
//Check that list does *not* include the notes only records
MatchingIdList = new List<long>();
v = ((JArray)a.ObjectResponse["result"]);
foreach (JObject j in v)
{
MatchingIdList.Add(j["id"].Value<long>());