diff options
author | jinhyuk-kim-ca <71794373+jinhyuk-kim-ca@users.noreply.github.com> | 2021-03-13 00:22:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 13:22:28 +0800 |
commit | b83a36a8aead4b76c2c4025283590e1afd7e500a (patch) | |
tree | 06354d6e8d9a61ceed59f7d874c69468e76b2b48 /pivotTable_test.go | |
parent | 7e12b560ce40fc756fa5347d25a64ea48f9710ac (diff) |
support ShowError option in Pivot table (#802)
Diffstat (limited to 'pivotTable_test.go')
-rw-r--r-- | pivotTable_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |