mirror of https://github.com/python/cpython
Oops, convert tabs to spaces
This commit is contained in:
parent
4fe442383d
commit
10cdb7492e
|
@ -70,8 +70,8 @@ class dbobjTestCase(unittest.TestCase):
|
|||
self.env.close()
|
||||
|
||||
def test03_dbobj_type_before_open(self):
|
||||
# Ensure this doesn't cause a segfault.
|
||||
self.assertRaises(db.DBInvalidArgError, db.DB().type)
|
||||
# Ensure this doesn't cause a segfault.
|
||||
self.assertRaises(db.DBInvalidArgError, db.DB().type)
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue