Skip to content

Commit ae4ee61

Browse files
author
Hovsep Mkrtchyan
committed
Fixed test failures.
1 parent 995eb63 commit ae4ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLU/Microsoft.Azure.Commands.Resources.Test/ResourceGroupDeployments/TestAzureResourceGroupDeploymentCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void ValidatesPSResourceGroupDeploymentWithUserTemplate()
9090
Assert.Equal(expectedParameters.TemplateFile, actualParameters.TemplateFile);
9191
Assert.NotNull(actualParameters.TemplateParameterObject);
9292

93-
commandRuntimeMock.Verify(f => f.WriteObject(expected), Times.Once());
93+
commandRuntimeMock.Verify(f => f.WriteObject(expected, true), Times.Once());
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)