Replace deprecated unittest method names with the correct ones
This commit is contained in:
@@ -11,4 +11,4 @@ class PeakLevelTestCase(common.TestCase):
|
||||
self.path = os.path.join(os.path.dirname(__file__), 'track.flac')
|
||||
|
||||
def testParse(self):
|
||||
self.assertEquals(26215, sox.peak_level(self.path))
|
||||
self.assertEqual(26215, sox.peak_level(self.path))
|
||||
|
||||
Reference in New Issue
Block a user