Skip to content

Commit

Permalink
flakey!
Browse files Browse the repository at this point in the history
  • Loading branch information
Myke Cuthbert committed Sep 22, 2020
1 parent f941223 commit bbd2026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions music21/test/testStream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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')

0 comments on commit bbd2026

Please sign in to comment.