We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6dde8 commit 67ecdc8Copy full SHA for 67ecdc8
1 file changed
tests/dbapi20.py
@@ -823,8 +823,8 @@ def test_Timestamp(self):
823
# self.assertEqual(str(t1),str(t2))
824
825
def test_Binary(self):
826
- b = self.driver.Binary('Something')
827
- b = self.driver.Binary('')
+ b = self.driver.Binary(b'Something')
+ b = self.driver.Binary(b'')
828
829
def test_STRING(self):
830
self.assertTrue(hasattr(self.driver,'STRING'),
0 commit comments