Skip to content

Commit

Permalink
Update ctor for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Jul 24, 2019
1 parent fe4aab6 commit 59ee4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RubberduckTests/UnitTesting/MockedTestExplorer.cs
Expand Up @@ -14,7 +14,7 @@ public MockedTestExplorer(MockedTestExplorerModel model)
Vbe = model.Engine.Vbe.Object;
State = model.Engine.ParserState;
Model = model.Model;
ViewModel = new TestExplorerViewModel(null, Model, ClipboardWriter.Object, null, null);
ViewModel = new TestExplorerViewModel(null, Model, ClipboardWriter.Object, null, null, null);
}

public RubberduckParserState State { get; set; }
Expand Down

0 comments on commit 59ee4fa

Please sign in to comment.