Skip to content

Commit e3ab091

Browse files
Remove unnecessary unicode designation.
1 parent 0093bb7 commit e3ab091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_2500_string_var.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_2528_issue_50(self):
390390
insert into issue_50 (Id, Str2, Str3, NClob1, NClob2, Str1)
391391
values (:arg0, :arg1, :arg2, :arg3, :arg4, :arg5)
392392
returning id into :arg6""",
393-
[2, u'd5ff845a', u'94275767', u'bf161ff6', u'', u'', id_var])
393+
[2, 'd5ff845a', '94275767', 'bf161ff6', '', '', id_var])
394394
cursor.execute("drop table issue_50 purge")
395395

396396
def test_2529_set_rowid_to_string(self):

0 commit comments

Comments
 (0)