mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00:00
Oops, convert tabs to spaces
This commit is contained in:
parent
4fe442383d
commit
10cdb7492e
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ def test02_dbobj_dict_interface(self):
|
|||
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…
Add table
Add a link
Reference in a new issue