blueloveTH 1 سال پیش
والد
کامیت
e51f86c599
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/99_bugs.py

+ 1 - 1
tests/99_bugs.py

@@ -46,7 +46,7 @@ a = object()
 b = object()
 b = object()
 if a is   not b:
 if a is   not b:
     assert True
     assert True
-if a  is  0:
+if a  ==  0:
     assert False
     assert False
 
 
 def g(x):
 def g(x):