Skip to content

Commit 30f0814

Browse files
committed
case matters?
1 parent e70f362 commit 30f0814

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_MySQLdb_capabilities.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ def test_MULTIPOLYGON(self):
117117

118118
c.execute(
119119
"""
120-
INSERT INTO test_multipolygon
121-
(id,
122-
border)
120+
INSERT INTO test_MULTIPOLYGON
121+
(id, border)
123122
VALUES (1,
124123
Geomfromtext(
125124
'MULTIPOLYGON(((1 1, 1 -1, -1 -1, -1 1, 1 1)),((1 1, 3 1, 3 3, 1 3, 1 1)))'))

0 commit comments

Comments
 (0)