Skip to content

Commit cd9fea8

Browse files
Copilotdavidwengier
andcommitted
Merge main and fix build error - change FileName to FilePath
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
1 parent 62a0604 commit cd9fea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.VisualStudioCode.RazorExtension.Test/Endpoints/Shared/CohostGoToDefinitionEndpointTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public async Task ComponentEndTag()
176176
""";
177177

178178
var result = await GetGoToDefinitionResultAsync(input, RazorFileKind.Component,
179-
additionalFiles: (FileName("SurveyPrompt.razor"), surveyPrompt.Text));
179+
additionalFiles: (FilePath("SurveyPrompt.razor"), surveyPrompt.Text));
180180

181181
Assert.NotNull(result.Value.Second);
182182
var locations = result.Value.Second;

0 commit comments

Comments
 (0)