Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 4, 2022
1 parent 97bf5a0 commit 97a94f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/dap/hover_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 97a94f1

Please sign in to comment.