Skip to content

Commit 4fe57a7

Browse files
committed
Unskip test
1 parent 6763310 commit 4fe57a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CohostRenameEndpointTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Microsoft.VisualStudio.Razor.LanguageClient.Cohost;
1717

1818
public class CohostRenameEndpointTest(ITestOutputHelper testOutputHelper) : CohostEndpointTestBase(testOutputHelper)
1919
{
20-
[Fact(Skip = "Roslyn doesn't perform rename in source generated documents")]
20+
[Fact]
2121
public Task CSharp_Method()
2222
=> VerifyRenamesAsync(
2323
input: """

0 commit comments

Comments
 (0)