Skip to content

Commit 9353f7e

Browse files
authored
Fix failure in MongoDbFunctionalTests.VerifyWithInitFiles (#9391)
1 parent 3ede82b commit 9353f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Aspire.Hosting.MongoDB.Tests/MongoDbFunctionalTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ public async Task VerifyWithInitFiles()
355355
.Build();
356356

357357
var initFilesPath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
358+
Directory.CreateDirectory(initFilesPath);
358359

359360
try
360361
{

0 commit comments

Comments
 (0)