Skip to content

Commit 8a36c7a

Browse files
committed
Remove unused field in Insights test class
1 parent 6a3a86e commit 8a36c7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ResourceManager/Insights/Commands.Insights.Test/Diagnostics/SetDiagnosticSettingCommandTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class SetDiagnosticSettingCommandTests
4343
DiagnosticSettingsResource calledSettings = null;
4444

4545
private Microsoft.Rest.Azure.AzureOperationResponse<DiagnosticSettingsResourceCollection> multipleResponse;
46-
private bool singleResult;
4746

4847
public SetDiagnosticSettingCommandTests(Xunit.Abstractions.ITestOutputHelper output)
4948
{
@@ -105,7 +104,6 @@ public SetDiagnosticSettingCommandTests(Xunit.Abstractions.ITestOutputHelper out
105104
// this.calledResourceId = resourceId;
106105
// this.diagnosticSettingName = "service";
107106
this.calledSettings = multipleResponse.Body.Value[0];
108-
this.singleResult = false;
109107
return Task.FromResult(multipleResponse);
110108
});
111109

0 commit comments

Comments
 (0)