Skip to content

Commit 990a998

Browse files
authored
PYTHON-2759 Fix Jython test failure (#641)
1 parent 2c1f7a8 commit 990a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unified_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def get_lsid_for_session(self, session_name):
372372
'symbol': (unicode_type,),
373373
'javascriptWithScope': (unicode_type, Code),
374374
'int': (int,),
375-
'long': (Int64,),
375+
'long': long_types,
376376
'decimal': (Decimal128,),
377377
'maxKey': (MaxKey,),
378378
'minKey': (MinKey,),

0 commit comments

Comments
 (0)