Skip to content

Commit

Permalink
Remove useless digit checking test
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Jan 25, 2018
1 parent 9c1a3c1 commit 81d5524
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions whipper/test/test_program_cdparanoia.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ class VersionTestCase(common.TestCase):
def testGetVersion(self):
v = cdparanoia.getCdParanoiaVersion()
self.failUnless(v)
# of the form III 10.2
# make sure it ends with a digit
self.failUnless(int(v[-1]), v)


class AnalyzeFileTask(cdparanoia.AnalyzeTask):
Expand Down

0 comments on commit 81d5524

Please sign in to comment.