Skip to content

Commit f88ca66

Browse files
Merge branch 'support_quote_string' of https://github.com/RedisGraph/redisgraph-py into support_quote_string
2 parents cb075d4 + 09c84ad commit f88ca66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ def test_quote_string(self):
1414
self.assertEqual(util.quote_string(10), 10)
1515
self.assertEqual(util.quote_string("abc"), '"abc"')
1616
self.assertEqual(util.quote_string(""), '""')
17-
self.assertEqual(util.quote_string('"'), '"')
1817
self.assertEqual(util.quote_string('a"a'), '"a\\"a"')

0 commit comments

Comments
 (0)