From c74db721804a90ae8d27a929aeb59faa547bfcaa Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Tue, 1 Oct 2024 12:24:53 +0200 Subject: [PATCH] Fix documentation --- docs/WriteDatabaseMigrationTest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WriteDatabaseMigrationTest.md b/docs/WriteDatabaseMigrationTest.md index 2fe85ba..7e17d6a 100644 --- a/docs/WriteDatabaseMigrationTest.md +++ b/docs/WriteDatabaseMigrationTest.md @@ -87,7 +87,7 @@ public class DatabaseMigrationTest var targetDatabase = Task.Run(() => server.CreateDatabaseAsync(TargetDatabaseName, dbContext)); - // Wait both task + // Wait both tasks await Task.WhenAll(initialDatabase, targetDatabase); // Call the console application to perform migration of the "DemoApp_InitialDatabase"