Skip to content

Commit

Permalink
Remove duplicated class
Browse files Browse the repository at this point in the history
  • Loading branch information
rita-gorokhod authored and duncanp-sonar committed Feb 3, 2020
1 parent 31ebdce commit 1175793
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 59 deletions.
59 changes: 0 additions & 59 deletions src/Progress.TestFramework/AssertIgnoreScope.cs

This file was deleted.

1 change: 1 addition & 0 deletions src/Progress.UnitTests/Progress.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<ProjectReference Include="..\ProgressVS\ProgressVS.csproj" />
<ProjectReference Include="..\Progress\Progress.csproj" />
<ProjectReference Include="..\Progress.TestFramework\Progress.TestFramework.csproj" />
<ProjectReference Include="..\TestInfrastructure\TestInfrastructure.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
using FluentAssertions;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SonarLint.VisualStudio.Integration.UnitTests;
using SonarLint.VisualStudio.Progress.Controller;
using SonarLint.VisualStudio.Progress.MVVM;
using SonarLint.VisualStudio.Progress.Observation;
Expand Down

0 comments on commit 1175793

Please sign in to comment.