We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ae0ce commit a89b416Copy full SHA for a89b416
RubberduckTests/AutoComplete/PrettifierTests.cs
@@ -84,7 +84,7 @@ private static ICodeStringPrettifier InitializeSut(TestCodeString original, Test
84
module.Setup(m => m.CodePane).Returns(pane.Object);
85
module.Setup(m => m.GetLines(original.SnippetPosition)).Returns(prettified.Code);
86
87
- var sut = new CodeStringPrettifier(module.Object);
+ var sut = new CodeStringPrettifier();
88
return sut;
89
}
90
0 commit comments