Skip to content

Commit

Permalink
update test to account for code action behavior change
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Nov 27, 2024
1 parent b456889 commit 782294a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ describe(`Code Actions Tests`, () => {
'internal class CodeActions',
'{',
' private static void Do() { Method(); }',
'',
' private static void Method()',
' {',
' var x = 1;',
Expand Down Expand Up @@ -149,7 +148,6 @@ describe(`Code Actions Tests`, () => {
'internal class CodeActions',
'{',
' private static void Do() { Method(); }',
'',
' private static void Method()',
' {',
' var x = 1;',
Expand Down Expand Up @@ -190,7 +188,6 @@ describe(`Code Actions Tests`, () => {
'internal class CodeActions',
'{',
' private static void Do() { Method(); }',
'',
' private static void Method()',
' {',
' var x = 1;',
Expand Down

0 comments on commit 782294a

Please sign in to comment.