Skip to content

Commit

Permalink
update test_melody_tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt committed Jan 14, 2016
1 parent 0a663d6 commit bfb3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multitrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_melody_tracks(self):
self.assertEqual(len(mel_tracks), 1)
self.assertEqual(mel_tracks[0].component, 'melody')
self.assertEqual(mel_tracks[0].stem_idx, 7)
self.assertEqual(len(mel_tracks[0].pitch_annotation), 18268)
self.assertEqual(len(mel_tracks[0].get_pitch_annotation()), 18268)

def test_bass_tracks(self):
bass_tracks = self.mtrack.bass_tracks()
Expand Down

0 comments on commit bfb3aaf

Please sign in to comment.