summaryrefslogtreecommitdiff
path: root/sheet_test.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-09-02 21:52:55 +0800
committerxuri <xuri.me@gmail.com>2019-09-02 21:52:55 +0800
commit0acb3ef9685e80d51dfda5ab9a9db870af7e1614 (patch)
treed0082176b8ff5b6090642334d50ddf9db0ff8690 /sheet_test.go
parent1fc4bc52fb8a0160eb624e7a24619d8c0e47e540 (diff)
Testing files updated
Diffstat (limited to 'sheet_test.go')
-rw-r--r--sheet_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sheet_test.go b/sheet_test.go
index 3baa084..145e302 100644
--- a/sheet_test.go
+++ b/sheet_test.go
@@ -6,7 +6,8 @@ import (
"strings"
"testing"
- "github.com/360EntSecGroup-Skylar/excelize/v2"
+ "github.com/360EntSecGroup-Skylar/excelize"
+
"github.com/mohae/deepcopy"
"github.com/stretchr/testify/assert"
)