This commit is contained in:
2020-01-23 20:39:35 +00:00
parent 406698ab54
commit 8d1fa37f5b

View File

@@ -43,7 +43,7 @@ namespace raven_integration
row.Count.Should().Be(3);
}
//assert the columns array
//assert the columns array BUG BUG, it's a string, not an array of json but a string value of json!?
//the columns property should define two columns and the first should be df and the second should be Widget dt4
var columns = ((JArray)a.ObjectResponse["columns"]);
columns.Count.Should().Be(2);