diff options
author | xuri <xuri.me@gmail.com> | 2021-08-06 22:44:43 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-08-06 22:44:43 +0800 |
commit | cf9fbafdd805874267a0f5d27fd1c720b148ec91 (patch) | |
tree | 4eda7bd0d974160b5f396c05cd914ba8baf504da /pivotTable_test.go | |
parent | 933159f9391f9be1b41b51e85885722124f8a7aa (diff) |
This closes #979, fix the data validation deletion issue and tidy the internal function in the source code
Diffstat (limited to 'pivotTable_test.go')
-rw-r--r-- | pivotTable_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pivotTable_test.go b/pivotTable_test.go index bf6bb01..dbb8252 100644 --- a/pivotTable_test.go +++ b/pivotTable_test.go @@ -301,10 +301,6 @@ func TestGetPivotFieldsOrder(t *testing.T) { assert.EqualError(t, err, "sheet SheetN is not exist") } -func TestInStrSlice(t *testing.T) { - assert.EqualValues(t, -1, inStrSlice([]string{}, "")) -} - func TestGetPivotTableFieldName(t *testing.T) { f := NewFile() f.getPivotTableFieldName("-", []PivotTableField{}) |