Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit f2a1680

Browse files
CSharpBinding.Tests: Update for new Roslyn
1 parent ad9f53e commit f2a1680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/tests/MonoDevelop.CSharpBinding.Tests/MonoDevelop.CSharpBinding.Refactoring/CSharpCodeActionEditorExtensionTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ public async Task FixesAreReportedForCompilerErrors ()
9898
CodeRefactoringData = new CodeActionData [] {
9999
// NOTE: This will return when we implement UI for it
100100
//new CodeActionData { Message = "Move to namespace..." },
101+
new CodeActionData { Message = "Rename file to MyClass.cs" },
102+
new CodeActionData { Message = "Rename type to a" },
101103
},
102104
};
103105

0 commit comments

Comments
 (0)