about summary refs log tree commit homepage
path: root/test/test_trimfx.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-06-30 05:26:45 +0000
committerEric Wong <e@80x24.org>2014-06-30 05:26:45 +0000
commit7a2d650592fae471fefdca70f686861dd49ac7ce (patch)
tree7ea7a12448e7a4f1180ac71d952166d12bf73af9 /test/test_trimfx.rb
parentdacbdc9cc62e70c2e3cfd1d7ae2d5358d79390ed (diff)
downloaddtas-7a2d650592fae471fefdca70f686861dd49ac7ce.tar.gz
This is more generically supported via variables.
Diffstat (limited to 'test/test_trimfx.rb')
-rw-r--r--test/test_trimfx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_trimfx.rb b/test/test_trimfx.rb
index 3a3bdc0..a8fd902 100644
--- a/test/test_trimfx.rb
+++ b/test/test_trimfx.rb
@@ -45,7 +45,7 @@ class TestTrimFX < Testcase
 
   def test_tfx_effects
     tfx = DTAS::TrimFX.new(%w(trim 1 sox vol -1dB))
-    assert_equal %w(sox $SOXIN $SOXOUT $TRIMFX vol -1dB $FADEFX), tfx.cmd
+    assert_equal %w(sox $SOXIN $SOXOUT $TRIMFX vol -1dB), tfx.cmd
   end
 
   def test_schedule_simple