This commit is contained in:
2020-03-18 14:58:38 +00:00
parent 8999a4f688
commit 505712adeb
2 changed files with 114 additions and 10 deletions

View File

@@ -2795,7 +2795,7 @@ same as the server does but in a central location here for all tests to use.
//assert contains at least two records
((JArray)a.ObjectResponse["data"]).Count.Should().BeGreaterThan(1);
var v = ((JArray)a.ObjectResponse["data"]);
List<long> IDInResultList = new List<long>();
// List<long> IDInResultList = new List<long>();
int nActiveMatches = 0;
int nInactiveMatches = 0;