Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ugras-ergun-sonarsource committed Nov 30, 2023
1 parent e516028 commit 3e85b88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public async Task Mute_WindowOK_CallService()
[TestMethod]
public async Task Mute_WindowCancel_DontCallService()
{
var muteIssuesWindowService = CreateMuteIssuesWindowService("issueKey", true, SonarQubeIssueTransition.FalsePositive, "some comment");
var muteIssuesWindowService = CreateMuteIssuesWindowService("issueKey", false, SonarQubeIssueTransition.FalsePositive, "some comment");

var sonarQubeService = new Mock<ISonarQubeService>();

Expand Down

0 comments on commit 3e85b88

Please sign in to comment.