Skip to content

Commit

Permalink
Edit file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Dec 6, 2024
1 parent e51ca63 commit f74a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/IntegrationTests/SFPutGetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ public void TestPutGetGcsDownscopedCredential(
[Test]
public void TestPutFileWithSpaceAndSingleQuote()
{
var absolutePathPrefix = Path.Combine($"{Path.GetTempPath()}{Guid.NewGuid()} file path with space");
var absolutePathPrefix = Path.Combine(Path.GetTempPath(), $"{Guid.NewGuid()} file path with space");
var files = new List<string> {
$"{absolutePathPrefix}_one.csv",
$"{absolutePathPrefix}_two.csv",
Expand Down

0 comments on commit f74a4c8

Please sign in to comment.