This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user