about summary refs log tree commit homepage
path: root/test/test_format_change.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_format_change.rb')
-rw-r--r--test/test_format_change.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_format_change.rb b/test/test_format_change.rb
index 73b4403..dc94f02 100644
--- a/test/test_format_change.rb
+++ b/test/test_format_change.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require './test/player_integration'
@@ -26,7 +26,7 @@ class TestFormatChange < Testcase
 
       Timeout.timeout(len) do
         begin
-          cur = YAML.load(s.req("current"))
+          cur = DTAS.yaml_load(s.req("current"))
         end while cur["sinks"] && sleep(0.01)
       end