File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CodeActions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
44using System . Threading . Tasks ;
55using Microsoft . CodeAnalysis . ExternalAccess . Razor ;
6+ using Microsoft . CodeAnalysis . Razor . Protocol ;
67using Xunit ;
78using Xunit . Abstractions ;
89
@@ -27,7 +28,7 @@ public async Task FullyQualify()
2728 }
2829 """ ;
2930
30- await VerifyCodeActionAsync ( input , expected , "System.Text.StringBuilder" ) ;
31+ await VerifyCodeActionAsync ( input , expected , LanguageServerConstants . CodeActions . FullyQualify ) ;
3132 }
3233
3334 [ Fact ]
@@ -54,7 +55,7 @@ public class StringBuilder
5455 {
5556 }
5657 """ ) ] ,
57- codeActionName : "Fully qualify 'StringBuilder'" ,
58+ codeActionName : LanguageServerConstants . CodeActions . FullyQualify ,
5859 childActionIndex : 0 ) ;
5960 }
6061
You can’t perform that action at this time.
0 commit comments