Skip to content

Commit 7361897

Browse files
committed
Messed up a dependency
1 parent a7a294a commit 7361897

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

RubberduckTests/Commands/RefactorCommands/PromoteToParameterCommandTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.ComponentModel;
2-
using Moq;
1+
using Moq;
32
using NUnit.Framework;
43
using Rubberduck.Interaction;
54
using Rubberduck.Parsing.Rewriter;

RubberduckTests/Refactoring/PromoteToParameterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Private Sub Foo()
248248
End Sub";
249249
var selection = new Selection(1, 10);
250250

251-
var actualCode = RefactoredCode(inputCode, selection, typeof(TargetDeclarationIsNotContainedInAMethodException));
251+
var actualCode = RefactoredCode(inputCode, selection, typeof(Rubberduck.Refactorings.Exceptions.PromoteToParameter.TargetDeclarationIsNotContainedInAMethodException));
252252
Assert.AreEqual(inputCode, actualCode);
253253
}
254254

0 commit comments

Comments
 (0)