Skip to content

Commit

Permalink
removed type check (long vs int ambiguity)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Feb 16, 2015
1 parent 2fe08e5 commit 0d8066b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/hdf5dbTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def testReadZeroDimDataset(self):
dsetUuid = db.getUUIDByPath('/dset')
self.failUnlessEqual(len(dsetUuid), config.get('uuidlen'))
dset_value = db.getDatasetValuesByUuid(dsetUuid)
self.assertEqual(type(dset_value), int)
self.assertEqual(dset_value, 42)

def testReadAttribute(self):
Expand Down

0 comments on commit 0d8066b

Please sign in to comment.