Skip to content

Commit 20062df

Browse files
committed
Removing commented lines
1 parent e8b9e40 commit 20062df

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ public GetAzureStorageFileContentTest()
3232
}
3333
}
3434

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-
4435
[Fact]
4536
[Trait(Category.AcceptanceType, Category.CheckIn)]
4637
public void DownloadFileUsingShareNameAndPathToLocalFileTest()

0 commit comments

Comments
 (0)