From e4ec1f8ec7cc770368ce71c3136c6a4829411980 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 27 Jan 2024 22:03:44 +0000 Subject: test_player_integration: fix w/ ffmpeg > avconv I forgot to run tests :x --- test/test_player_integration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb index 5059bd2..09eceee 100644 --- a/test/test_player_integration.rb +++ b/test/test_player_integration.rb @@ -209,11 +209,11 @@ class TestPlayerIntegration < Testcase def test_source_ed s = client_socket - assert_equal "sox av ff splitfx", s.req("source ls") + assert_equal "sox ff av splitfx", s.req("source ls") s.req_ok("source ed av tryorder=-1") assert_equal "av sox ff splitfx", s.req("source ls") s.req_ok("source ed av tryorder=") - assert_equal "sox av ff splitfx", s.req("source ls") + assert_equal "sox ff av splitfx", s.req("source ls") s.req_ok("source ed sox command=true") sox = DTAS.yaml_load(s.req("source cat sox")) -- cgit v1.2.3-24-ge0c7