Skip to content

Commit

Permalink
Fix accidental line addition/deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jaden-young committed Feb 10, 2018
1 parent 522197e commit 30a8bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class FileAccessTests(unittest.TestCase):

def setUp(self):
self.mp3_path = os.path.join(data_dir, 'test1.mp3')

def test_audio_segment_from_mp3(self):
seg1 = AudioSegment.from_mp3(os.path.join(data_dir, 'test1.mp3'))

Expand All @@ -173,7 +174,6 @@ def test_audio_segment_from_mp3(self):
self.assertTrue(len(seg1) > 0)



test1wav = test4wav = test1 = test2 = test3 = testparty = testdcoffset = None


Expand Down

0 comments on commit 30a8bd4

Please sign in to comment.