diff options
Diffstat (limited to 'shape_test.go')
-rw-r--r-- | shape_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shape_test.go b/shape_test.go index a02e53d..2f00589 100644 --- a/shape_test.go +++ b/shape_test.go @@ -56,7 +56,7 @@ func TestAddShape(t *testing.T) { "color": "2980B9" } }] - }`), `cannot convert cell "A" to coordinates: invalid cell name "A"`) + }`), newCellNameToCoordinatesError("A", newInvalidCellNameError("A")).Error()) assert.NoError(t, f.SaveAs(filepath.Join("test", "TestAddShape1.xlsx"))) // Test add first shape for given sheet. |