We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b9e40 commit 20062dfCopy full SHA for 20062df
src/Storage/Stack/Commands.Storage.Test/File/Cmdlet/GetAzureStorageFileContentTest.cs
@@ -32,15 +32,6 @@ public GetAzureStorageFileContentTest()
32
}
33
34
35
- //[TestCleanup]
36
- //public void DownloadCleanup()
37
- //{
38
- // if (System.IO.File.Exists(this.destinationFilePath))
39
- // {
40
- // System.IO.File.Delete(this.destinationFilePath);
41
- // }
42
- //}
43
-
44
[Fact]
45
[Trait(Category.AcceptanceType, Category.CheckIn)]
46
public void DownloadFileUsingShareNameAndPathToLocalFileTest()
0 commit comments