From cf9fbafdd805874267a0f5d27fd1c720b148ec91 Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 6 Aug 2021 22:44:43 +0800 Subject: This closes #979, fix the data validation deletion issue and tidy the internal function in the source code --- pivotTable_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pivotTable_test.go') 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{}) -- cgit v1.2.1