diff --git a/music21/test/testStream.py b/music21/test/testStream.py index 1bda4fd078..fb6733a773 100644 --- a/music21/test/testStream.py +++ b/music21/test/testStream.py @@ -3345,7 +3345,7 @@ def procCompare(mf_inner, match_inner): (0, ChannelVoiceMessages.NOTE_ON, 56), (512, ChannelVoiceMessages.NOTE_OFF, 56), (1024, MetaEvents.END_OF_TRACK, None), - ] + ] procCompare(mf, match) @@ -8129,5 +8129,5 @@ def test_makeBeams__1_e__after_16th_note(self): if __name__ == '__main__': - music21.mainTest(Test, 'verbose') #, runTest='testMakeNotationByMeasuresA') + music21.mainTest(Test, 'verbose')