diff --git a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpCodeActions.cs b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpCodeActions.cs index ff5674551c9a068d1afed3c21cb85f7d05e8eaea..2de323e4b687412671be6e2bf6909c149f5e7b0c 100644 --- a/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpCodeActions.cs +++ b/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpCodeActions.cs @@ -206,11 +206,11 @@ static void Main(string[] args) VisualStudio.Editor.InvokeCodeActionList(); var expectedItems = new[] { - "Rename 'P2' to 'Steam'", - "Generate type 'Steam'", - "Generate class 'Steam' in new file", - "Generate class 'Steam'", - "Generate nested class 'Steam'", + "Rename 'P2' to 'Foober'", + "Generate type 'Foober'", + "Generate class 'Foober' in new file", + "Generate class 'Foober'", + "Generate nested class 'Foober'", "Generate new type...", "Goober - using N;", "Suppress CS0168",