File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,7 @@ def music_load(self, filename):
5454
5555 def test_load_object (self ):
5656 """test loading music from file-like objects."""
57- filenames = [
58- "house_lo.ogg" ,
59- "house_lo.wav" ,
60- "house_lo.mp3" ,
61- ]
57+ filenames = ["house_lo.ogg" , "house_lo.wav" ]
6258 data_fname = example_path ("data" )
6359 for file in filenames :
6460 path = os .path .join (data_fname , file )
@@ -89,11 +85,7 @@ def test_load_object_xm(self):
8985
9086 def test_object_namehint (self ):
9187 """test loading & queuing music from file-like objects with namehint argument."""
92- filenames = [
93- "house_lo.ogg" ,
94- "house_lo.wav" ,
95- "house_lo.mp3" ,
96- ]
88+ filenames = ["house_lo.ogg" , "house_lo.wav" ]
9789 data_fname = example_path ("data" )
9890 for file in filenames :
9991 path = os .path .join (data_fname , file )
You can’t perform that action at this time.
0 commit comments