diff --git a/DataList/DataListMiniVariant.cs b/DataList/DataListMiniVariant.cs index 5bc3b45..35af49e 100644 --- a/DataList/DataListMiniVariant.cs +++ b/DataList/DataListMiniVariant.cs @@ -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);