mirror of
https://github.com/python/cpython.git
synced 2026-01-30 11:12:06 +00:00
Oops, convert tabs to spaces
This commit is contained in:
parent
5890a6a8a6
commit
88b5d2bf30
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