Skip to content

Commit 3eaf745

Browse files
committed
tidy
1 parent 962f204 commit 3eaf745

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

FineCodeCoverageTests/FineCodeCoverageTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<Compile Include="CoverageToolOutput_Tests\FccOutputExistenceCoverageToolOutputFolderSolutionProvider_Tests.cs" />
112112
<Compile Include="CoverageToolOutput_Tests\SolutionFolderProvider_Tests.cs" />
113113
<Compile Include="CoverageUtilManager_Tests.cs" />
114-
<Compile Include="Events\EventAggregator.cs" />
115114
<Compile Include="MsCodeCoverage\ShimCopier_Tests.cs" />
116115
<Compile Include="MsCodeCoverage\TemplatedRunSettingsService_Tests.cs" />
117116
<Compile Include="MsCodeCoverage\CustomRunSettingsTemplateProvider_Tests.cs" />

FineCodeCoverageTests/MsCodeCoverage/ShimCopier_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void Should_Not_Copy_Shim_For_Net_Framework_Projects_If_Already_Exists()
5858

5959
shimCopier.Copy("ShimPath", coverageProjects);
6060

61-
mockFileUtil.Verify(file => file.Copy("ShimPath", shimDestination), Times.Never);
61+
mockFileUtil.Verify(file => file.Copy("ShimPath", shimDestination), Times.Never());
6262
}
6363

6464
private ICoverageProject CreateCoverageProject(string projectOutputFolder, bool isNetFramework)

SharedProject/Options/AppOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.ComponentModel;
22
using Microsoft.VisualStudio.Shell;
3-
using System.Diagnostics.CodeAnalysis;
43
using EnvDTE;
54
using Microsoft;
65

0 commit comments

Comments
 (0)