Commit 1c09c60a authored by Neal Norwitz's avatar Neal Norwitz

Oops, convert tabs to spaces

parent 46f64f30
...@@ -70,8 +70,8 @@ class dbobjTestCase(unittest.TestCase): ...@@ -70,8 +70,8 @@ class dbobjTestCase(unittest.TestCase):
self.env.close() self.env.close()
def test03_dbobj_type_before_open(self): def test03_dbobj_type_before_open(self):
# Ensure this doesn't cause a segfault. # Ensure this doesn't cause a segfault.
self.assertRaises(db.DBInvalidArgError, db.DB().type) self.assertRaises(db.DBInvalidArgError, db.DB().type)
#---------------------------------------------------------------------- #----------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment