From e9ae9b45b20a5df7e3aa15afcfac83ecb13394c6 Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 28 Jul 2021 00:38:09 +0800 Subject: change go module import path to github.com/xuri/excelize --- picture_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture_test.go') diff --git a/picture_test.go b/picture_test.go index 69873eb..913ed3d 100644 --- a/picture_test.go +++ b/picture_test.go @@ -42,7 +42,7 @@ func TestAddPicture(t *testing.T) { `{"x_offset": 140, "y_offset": 120, "hyperlink": "#Sheet2!D8", "hyperlink_type": "Location"}`)) // Test add picture to worksheet with offset, external hyperlink and positioning. assert.NoError(t, f.AddPicture("Sheet1", "F21", filepath.Join("test", "images", "excel.jpg"), - `{"x_offset": 10, "y_offset": 10, "hyperlink": "https://github.com/360EntSecGroup-Skylar/excelize", "hyperlink_type": "External", "positioning": "oneCell"}`)) + `{"x_offset": 10, "y_offset": 10, "hyperlink": "https://github.com/xuri/excelize", "hyperlink_type": "External", "positioning": "oneCell"}`)) file, err := ioutil.ReadFile(filepath.Join("test", "images", "excel.png")) assert.NoError(t, err) -- cgit v1.2.1