From 8d1fa37f5b7cbcff014adeda9e5b9f96f36c07a3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 23 Jan 2020 20:39:35 +0000 Subject: [PATCH] --- DataList/DataListMiniVariant.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);