about summary refs log tree commit homepage
path: root/test/test_sink.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sink.rb')
-rw-r--r--test/test_sink.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_sink.rb b/test/test_sink.rb
index 761ccb1..7214da6 100644
--- a/test/test_sink.rb
+++ b/test/test_sink.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/helper'
@@ -27,6 +27,6 @@ class TestSink < Testcase
   def test_inactive_load
     orig = { "active" => false }.freeze
     tmp = orig.to_yaml
-    assert_equal orig, YAML.load(tmp)
+    assert_equal orig, DTAS.yaml_load(tmp)
   end
 end