Skip to content

Commit

Permalink
fixup! Add tests for bridgedb.distribute module.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed May 12, 2015
1 parent b674496 commit a76b5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bridgedb/test/test_distribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_Distributor_implements_IDistribute(self):
IDistribute.namesAndDescriptions()
IDistribute.providedBy(Distributor)
self.assertTrue(verifyObject(IDistribute, Distributor()))
self.assertTrue(IDistribute.providedBy(Distributor))

def test_Distributor_str_no_name(self):
"""str(dist) when the distributor doesn't have a name should return a
Expand Down

0 comments on commit a76b5ef

Please sign in to comment.