Skip to content

Commit 0b0fcac

Browse files
ono-maxko1
authored andcommitted
Fix tests
1 parent 97bf5a0 commit 0b0fcac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/dap/hover_test.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ def test_1641198331
13441344
},
13451345
{
13461346
name: "%ancestors",
1347-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1347+
value: /Object/,
13481348
type: "Array",
13491349
variablesReference: 12,
13501350
indexedVariables: 7,
@@ -1466,7 +1466,7 @@ def test_1641198331
14661466
},
14671467
{
14681468
name: "%ancestors",
1469-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1469+
value: /Object/,
14701470
type: "Array",
14711471
variablesReference: 17,
14721472
indexedVariables: 7,
@@ -1527,7 +1527,7 @@ def test_1641198331
15271527
},
15281528
{
15291529
name: "%ancestors",
1530-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1530+
value: /Object/,
15311531
type: "Array",
15321532
variablesReference: 20,
15331533
indexedVariables: 7,
@@ -1588,7 +1588,7 @@ def test_1641198331
15881588
},
15891589
{
15901590
name: "%ancestors",
1591-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1591+
value: /Object/,
15921592
type: "Array",
15931593
variablesReference: 23,
15941594
indexedVariables: 7,
@@ -1710,7 +1710,7 @@ def test_1641198331
17101710
},
17111711
{
17121712
name: "%ancestors",
1713-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1713+
value: /Object/,
17141714
type: "Array",
17151715
variablesReference: 28,
17161716
indexedVariables: 7,
@@ -1771,7 +1771,7 @@ def test_1641198331
17711771
},
17721772
{
17731773
name: "%ancestors",
1774-
value: "[Object, JSON::Ext::Generator::GeneratorMethods::Object, PP::ObjectMixin, DEBUGGER__::TrapInterceptor, DEBUGGER__::ForkInterceptor, Kernel, BasicObject]",
1774+
value: /Object/,
17751775
type: "Array",
17761776
variablesReference: 31,
17771777
indexedVariables: 7,

0 commit comments

Comments
 (0)