Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:storage-unittest-localstack' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Gallotti Vazquez authored and Beta Bot committed Jan 8, 2025
1 parent 574a87f commit a15aae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotnet/test/DotNetPdfTest/PDFTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ public class PDFTests
public void TestITextFormat()
{
string report = "PDFFormat.pdf";
string outputFileDirectory = @".\temp\";
string outputFileDirectory = "temp";

string reportFullPath = Path.Combine(Directory.GetCurrentDirectory(), outputFileDirectory, report);
Directory.CreateDirectory(Path.GetDirectoryName(reportFullPath));

if (File.Exists(reportFullPath))
File.Delete(reportFullPath);
try
Expand Down

0 comments on commit a15aae5

Please sign in to comment.