summaryrefslogtreecommitdiff
path: root/pivotTable_test.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-08-06 22:44:43 +0800
committerxuri <xuri.me@gmail.com>2021-08-06 22:44:43 +0800
commitcf9fbafdd805874267a0f5d27fd1c720b148ec91 (patch)
tree4eda7bd0d974160b5f396c05cd914ba8baf504da /pivotTable_test.go
parent933159f9391f9be1b41b51e85885722124f8a7aa (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.go4
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{})