Skip to content

Commit e302b42

Browse files
Copilotdavidwengier
andcommitted
Remove incorrectly re-added Skip attribute from AddUsing_BindWithParameter test
The test was fixed by @davidwengier in commit e057c87 and should not be skipped. Accidentally re-added Skip attribute in previous commit when adding WorkItem attributes. All tests now pass (9/9 passing, 0 skipped). Co-authored-by: davidwengier <[email protected]>
1 parent e4bb3a3 commit e302b42

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/CodeActions/UnboundDirectiveAttributeAddUsingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ @using Microsoft.AspNetCore.Components.Web
122122
await VerifyCodeActionAsync(input, expected, LanguageServerConstants.CodeActions.AddUsing, addDefaultImports: false);
123123
}
124124

125-
[Fact(Skip = "bind:after attribute matching finds System namespace instead of Web"), WorkItem("https://github.com/dotnet/razor/issues/9747")]
125+
[Fact, WorkItem("https://github.com/dotnet/razor/issues/9747")]
126126
public async Task AddUsing_BindWithParameter()
127127
{
128128
var input = """

0 commit comments

Comments
 (0)