Skip to content

Commit a15515c

Browse files
committed
The rest of the unit tests.
1 parent 4e7a563 commit a15515c

File tree

3 files changed

+833
-1
lines changed

3 files changed

+833
-1
lines changed

RetailCoder.VBE/UI/SourceControl/SourceControlViewViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public SourceControlViewViewModel(
6464
}
6565

6666
private ISourceControlProvider _provider;
67-
private ISourceControlProvider Provider
67+
public ISourceControlProvider Provider
6868
{
6969
get { return _provider; }
7070
set

RubberduckTests/RubberduckTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<Compile Include="SourceControl\ChangesViewModelTests.cs" />
140140
<Compile Include="SourceControl\SettingsViewModelTests.cs" />
141141
<Compile Include="SourceControl\SourceControlTests.cs" />
142+
<Compile Include="SourceControl\SourceControlViewModelTests.cs" />
142143
<Compile Include="SourceControl\UnsyncedCommitsViewModelTests.cs" />
143144
<Compile Include="StringExtensionsTests.cs" />
144145
<Compile Include="TodoControllerTests.cs" />

0 commit comments

Comments
 (0)