Skip to content

Commit 782294a

Browse files
committed
update test to account for code action behavior change
1 parent b456889 commit 782294a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/lsptoolshost/integrationTests/codeactions.integration.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ describe(`Code Actions Tests`, () => {
120120
'internal class CodeActions',
121121
'{',
122122
' private static void Do() { Method(); }',
123-
'',
124123
' private static void Method()',
125124
' {',
126125
' var x = 1;',
@@ -149,7 +148,6 @@ describe(`Code Actions Tests`, () => {
149148
'internal class CodeActions',
150149
'{',
151150
' private static void Do() { Method(); }',
152-
'',
153151
' private static void Method()',
154152
' {',
155153
' var x = 1;',
@@ -190,7 +188,6 @@ describe(`Code Actions Tests`, () => {
190188
'internal class CodeActions',
191189
'{',
192190
' private static void Do() { Method(); }',
193-
'',
194191
' private static void Method()',
195192
' {',
196193
' var x = 1;',

0 commit comments

Comments
 (0)