Skip to content

Commit 1f0b467

Browse files
Fix small typo in unit test name
1 parent 3cbcd8a commit 1f0b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/ProjectSystem/ProjectSnapshotManagerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public ProjectSnapshotManagerTest(ITestOutputHelper testOutput)
6363
}
6464

6565
[UIFact]
66-
public async Task Initialize_DoneInCorrectOrderBasedOnInitializePriorityPriority()
66+
public async Task Initialize_DoneInCorrectOrderBasedOnInitializePriority()
6767
{
6868
// Arrange
6969
var initializedOrder = new List<string>();

0 commit comments

Comments
 (0)