Skip to content

Commit

Permalink
Correct test.
Browse files Browse the repository at this point in the history
  • Loading branch information
comintern committed Oct 28, 2018
1 parent d122208 commit 4400687
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void UnassignedVariableUsage_QuickFixWorksNestedWithBlock()
const string inputCode =
@"Sub test()
Dim wb As Workbook
Set wb = ThisWorkbook
Dim ws As Worksheet
With wb
Debug.Print .Name
Expand All @@ -100,6 +101,7 @@ End With
const string expectedCode =
@"Sub test()
Dim wb As Workbook
Set wb = ThisWorkbook
Dim ws As Worksheet
With wb
Debug.Print .Name
Expand Down

0 comments on commit 4400687

Please sign in to comment.