Skip to content

Commit

Permalink
Fix TestUtils.CreateOutputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Dec 28, 2023
1 parent a865d1a commit 869f9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/TestUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static Stream CreateOutputStream(string expectedPath)

return new FileStream(
outputPath,
FileMode.Create,
FileMode.CreateNew,
FileAccess.ReadWrite,
FileShare.Read,
4096,
Expand Down

0 comments on commit 869f9df

Please sign in to comment.