summaryrefslogtreecommitdiff
path: root/shape_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'shape_test.go')
-rw-r--r--shape_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape_test.go b/shape_test.go
index 2f00589..829a9e5 100644
--- a/shape_test.go
+++ b/shape_test.go
@@ -36,7 +36,7 @@ func TestAddShape(t *testing.T) {
}
}],
"height": 90
- }`), "sheet Sheet3 is not exist")
+ }`), "sheet Sheet3 does not exist")
assert.EqualError(t, f.AddShape("Sheet3", "H1", ""), "unexpected end of JSON input")
assert.EqualError(t, f.AddShape("Sheet1", "A", `{
"type": "rect",