Skip to content

Commit 8943843

Browse files
committed
Fix bad test expectations
1 parent 4a45cc5 commit 8943843

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await VerifyCodeActionAsync(
2222
expected: """
2323
<div></div>
2424
25-
<Hello><Hello>
25+
<Hello></Hello>
2626
""",
2727
codeActionName: LanguageServerConstants.CodeActions.CreateComponentFromTag,
2828
additionalExpectedFiles: [
@@ -40,8 +40,8 @@ await VerifyCodeActionAsync(
4040
""",
4141
expected: """
4242
<div></div>
43-
44-
<Hello><Hello>
43+
44+
<Hello world="true"></Hello>
4545
""",
4646
codeActionName: LanguageServerConstants.CodeActions.CreateComponentFromTag,
4747
additionalExpectedFiles: [

0 commit comments

Comments
 (0)