diff --git a/test/protocol/hover_raw_dap_test.rb b/test/protocol/hover_raw_dap_test.rb index cc930a429..0addd1331 100644 --- a/test/protocol/hover_raw_dap_test.rb +++ b/test/protocol/hover_raw_dap_test.rb @@ -649,7 +649,7 @@ def test_hover_works_correctly seq: 23, command: "variables", arguments: { - variablesReference: 31, + variablesReference: 32, }, type: "request" }, @@ -698,7 +698,7 @@ def test_hover_works_correctly seq: 25, command: "variables", arguments: { - variablesReference: 33 + variablesReference: 34 }, type: "request" }, @@ -747,7 +747,7 @@ def test_hover_works_correctly seq: 27, command: "variables", arguments: { - variablesReference: 35 + variablesReference: 36 }, type: "request" },