aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-22 03:44:30 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-22 03:44:30 +0200
commita053c3493a0a92c25a4d4fc03619bf27356c3811 (patch)
treecd0255cd93b24240c29e83beae409cb35c4026f3 /test
parent50b294aab8966c02c0946c0fbaad995d51ac5d55 (diff)
downloadyoutube-dl-a053c3493a0a92c25a4d4fc03619bf27356c3811.tar.xz
[test_YoutubeDL] Reorder formats (#3542)
Diffstat (limited to 'test')
-rw-r--r--test/test_YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py
index e794cc97f..ab61e1976 100644
--- a/test/test_YoutubeDL.py
+++ b/test/test_YoutubeDL.py
@@ -221,7 +221,7 @@ class TestFormatSelection(unittest.TestCase):
'138', '137', '248', '136', '247', '135', '246',
'245', '244', '134', '243', '133', '242', '160',
# Dash audio
- '141', '172', '140', '139', '171',
+ '141', '172', '140', '171', '139',
]
for f1id, f2id in zip(order, order[1:]):