Skip to content

Commit

Permalink
Fix quality gate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rita-gorokhod committed Mar 10, 2020
1 parent ee53ff6 commit b668e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void TestInitialize()
[TestMethod]
public void Ctor_NullServiceProvider_ArgumentNullException()
{
Action act = () => new BuildPropertyTestProjectIndicator(null);
Action act = () => new ProjectKindTestProjectIndicator(null);

act.Should().ThrowExactly<ArgumentNullException>().And.ParamName.Should().Be("serviceProvider");
}
Expand Down
1 change: 0 additions & 1 deletion src/Integration/Persistence/SolutionBindingFileLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
using System.IO.Abstractions;
using Newtonsoft.Json;
using SonarLint.VisualStudio.Integration.Resources;
using SonarQube.Client.Helpers;

namespace SonarLint.VisualStudio.Integration.Persistence
{
Expand Down

0 comments on commit b668e9c

Please sign in to comment.