Skip to content

Commit 7b80eb0

Browse files
committed
Update test class names
1 parent dd335bb commit 7b80eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/EditorFeatures/CSharpTest/Classification/SyntacticClassifierTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ await TestAsync(code,
17131713
}
17141714

17151715
[Theory, CombinatorialData]
1716-
public async Task InXmlDocLangWord_Keyword(TestHost testHost)
1716+
public async Task XmlDocComment_LangWordAttribute_Keyword(TestHost testHost)
17171717
{
17181718
await TestAsync(
17191719
"""
@@ -1751,7 +1751,7 @@ class MyClass
17511751
}
17521752

17531753
[Theory, CombinatorialData]
1754-
public async Task InXmlDocLangWord_ControlKeyword(TestHost testHost)
1754+
public async Task XmlDocComment_LangWordAttribute_ControlKeyword(TestHost testHost)
17551755
{
17561756
await TestAsync(
17571757
"""
@@ -1789,7 +1789,7 @@ class MyClass
17891789
}
17901790

17911791
[Theory, CombinatorialData]
1792-
public async Task InXmlDocLangWord_ContextualKeyword(TestHost testHost)
1792+
public async Task XmlDocComment_LangWordAttribute_ContextualKeyword(TestHost testHost)
17931793
{
17941794
await TestAsync(
17951795
"""
@@ -1827,7 +1827,7 @@ class MyClass
18271827
}
18281828

18291829
[Theory, CombinatorialData]
1830-
public async Task InXmlDocLangWord_NonKeyword(TestHost testHost)
1830+
public async Task XmlDocComment_LangWordAttribute_NonKeyword(TestHost testHost)
18311831
{
18321832
await TestAsync(
18331833
"""

0 commit comments

Comments
 (0)