Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 7, 2024
1 parent ab3d49d commit 487c60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/protocol/hover_raw_dap_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def test_hover_works_correctly
seq: 23,
command: "variables",
arguments: {
variablesReference: 31,
variablesReference: 32,
},
type: "request"
},
Expand Down Expand Up @@ -698,7 +698,7 @@ def test_hover_works_correctly
seq: 25,
command: "variables",
arguments: {
variablesReference: 33
variablesReference: 34
},
type: "request"
},
Expand Down Expand Up @@ -747,7 +747,7 @@ def test_hover_works_correctly
seq: 27,
command: "variables",
arguments: {
variablesReference: 35
variablesReference: 36
},
type: "request"
},
Expand Down

0 comments on commit 487c60e

Please sign in to comment.