From 97a94f1679ff1e0cd81654761d653f4744f43e9c Mon Sep 17 00:00:00 2001 From: ono-max Date: Tue, 4 Jan 2022 22:04:28 +0900 Subject: [PATCH] Fix tests --- test/dap/hover_test.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/dap/hover_test.rb b/test/dap/hover_test.rb index b08dfec12..309a0b336 100644 --- a/test/dap/hover_test.rb +++ b/test/dap/hover_test.rb @@ -1344,7 +1344,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 12, indexedVariables: 7, @@ -1466,7 +1466,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 17, indexedVariables: 7, @@ -1527,7 +1527,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 20, indexedVariables: 7, @@ -1588,7 +1588,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 23, indexedVariables: 7, @@ -1710,7 +1710,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 28, indexedVariables: 7, @@ -1771,7 +1771,7 @@ def test_1641198331 }, { name: "%ancestors", - value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]", + value: /Object/, type: "Array", variablesReference: 31, indexedVariables: 7,