Skip to content

Commit

Permalink
SNOW-723810: Fix Linux and Mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Sep 22, 2023
1 parent 1a91a40 commit d302f60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Snowflake.Data.Tests/UnitTests/SFFileTransferAgentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ public void AfterTest()

// Download teardown
// Delete local directory recursively
if (Directory.Exists(t_locationStage))
{
Directory.Delete(t_locationStage, true);
}
if (Directory.Exists(t_localLocation))
{
Directory.Delete(t_localLocation, true);
Expand Down

0 comments on commit d302f60

Please sign in to comment.