Skip to content

Commit 5e2989f

Browse files
committed
Fix storage scenario test failures.
1 parent bd5cdd0 commit 5e2989f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Common/Storage/Commands.Storage.Test/File/Cmdlet/GetAzureStorageFileContentTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ private void DownloadFileInternal(string shareName, string fileName, string dest
127127

128128
mockupTransferManager.ThrowAssertExceptionIfAvailable();
129129
this.MockCmdRunTime.OutputPipeline.AssertNoObject();
130-
this.MockCmdRunTime.ErrorStream.AssertNoObject();
131130
}
132131

133132
private sealed class DownloadTransferManager : MockTransferManager

0 commit comments

Comments
 (0)