Skip to content

Commit 9885c5a

Browse files
Copilotdavidwengier
andcommitted
Fix WorkItem attribute to reference correct issue #8442
Co-authored-by: davidwengier <[email protected]>
1 parent 0422a8e commit 9885c5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The end.
127127
}
128128

129129
[Fact]
130-
[WorkItem("https://github.com/dotnet/razor/issues/10846")]
130+
[WorkItem("https://github.com/dotnet/razor/issues/8442")]
131131
public async Task CSharpClassMembersInComponentParameterWithoutLeadingAt()
132132
{
133133
await VerifyCompletionListAsync(
@@ -148,7 +148,7 @@ The end.
148148
}
149149

150150
[Fact]
151-
[WorkItem("https://github.com/dotnet/razor/issues/10846")]
151+
[WorkItem("https://github.com/dotnet/razor/issues/8442")]
152152
public async Task CSharpClassMembersInComponentParameterWithLeadingAt()
153153
{
154154
await VerifyCompletionListAsync(
@@ -169,7 +169,7 @@ The end.
169169
}
170170

171171
[Fact]
172-
[WorkItem("https://github.com/dotnet/razor/issues/10846")]
172+
[WorkItem("https://github.com/dotnet/razor/issues/8442")]
173173
public async Task CSharpClassMembersInComponentParameterWithLeadingAt_Incomplete()
174174
{
175175
await VerifyCompletionListAsync(

0 commit comments

Comments
 (0)