File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
RubberduckTests/Refactoring Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Dim bar As Boolean
32
32
//Expectation
33
33
const string expectedCode =
34
34
@"Private bar As Boolean
35
- Private Sub Foo()
35
+ Private Sub Foo()
36
36
End Sub" ;
37
37
38
38
//Arrange
@@ -72,7 +72,7 @@ Dim bar As Boolean
72
72
//Expectation
73
73
const string expectedCode =
74
74
@"Private bar As Boolean
75
- Private Function Foo() As Boolean
75
+ Private Function Foo() As Boolean
76
76
Foo = True
77
77
End Function" ;
78
78
@@ -114,7 +114,7 @@ Dim bar As Boolean
114
114
const string expectedCode =
115
115
@"Public fizz As Integer
116
116
Private bar As Boolean
117
- Private Sub Foo(ByVal buz As Integer)
117
+ Private Sub Foo(ByVal buz As Integer)
118
118
End Sub" ;
119
119
120
120
//Arrange
158
158
const string expectedCode =
159
159
@"Public fizz As Integer
160
160
Private bar As Boolean
161
- Private Sub Foo(ByVal buz As Integer)
161
+ Private Sub Foo(ByVal buz As Integer)
162
162
End Sub" ;
163
163
164
164
//Arrange
You can’t perform that action at this time.
0 commit comments