From b83a36a8aead4b76c2c4025283590e1afd7e500a Mon Sep 17 00:00:00 2001 From: jinhyuk-kim-ca <71794373+jinhyuk-kim-ca@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:22:28 -0500 Subject: support ShowError option in Pivot table (#802) --- pivotTable_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pivotTable_test.go') diff --git a/pivotTable_test.go b/pivotTable_test.go index 42103f3..40d58d4 100644 --- a/pivotTable_test.go +++ b/pivotTable_test.go @@ -38,6 +38,7 @@ func TestAddPivotTable(t *testing.T) { ShowRowHeaders: true, ShowColHeaders: true, ShowLastColumn: true, + ShowError: true, })) // Use different order of coordinate tests assert.NoError(t, f.AddPivotTable(&PivotTableOption{ -- cgit v1.2.1