about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_source_sox.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_source_sox.rb b/test/test_source_sox.rb
index 05ea9a8..b364e0b 100644
--- a/test/test_source_sox.rb
+++ b/test/test_source_sox.rb
@@ -34,6 +34,7 @@ class TestSource < Testcase
     source = DTAS::Source::Sox.new.try(tmp.path)
     x(%W(metaflac --set-tag=FOO=BAR #{tmp.path}))
     x(%W(metaflac --add-replay-gain #{tmp.path}))
+    source = DTAS::Source::Sox.new.try(tmp.path)
     assert_equal source.comments["FOO"], "BAR"
     rg = source.replaygain('track_gain')
     assert_kind_of DTAS::ReplayGain, rg