mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
change tests that provided wrong instance information
This commit is contained in:
@@ -38,7 +38,7 @@ import datetime
|
||||
|
||||
def fooooo(obj):
|
||||
if isinstance(obj, datetime.datetime):
|
||||
#? datetime.datetime
|
||||
#? datetime.datetime()
|
||||
obj
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ def fooooo2(obj):
|
||||
else:
|
||||
return 1
|
||||
|
||||
#? int() datetime.datetime
|
||||
#? int() datetime.datetime()
|
||||
fooooo2('')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user