From ea3c4b0a60cd3a58c453bf389cd72b72c35afa07 Mon Sep 17 00:00:00 2001 From: Christopher Law Date: Thu, 28 Nov 2024 15:24:56 +0000 Subject: [PATCH] Update test comment reg MSDTC --- .../IntegrationTests/AdoScopeSqliteTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Promethix.Framework.Ado.Tests/IntegrationTests/AdoScopeSqliteTests.cs b/Promethix.Framework.Ado.Tests/IntegrationTests/AdoScopeSqliteTests.cs index 2ff8e7b..547242e 100644 --- a/Promethix.Framework.Ado.Tests/IntegrationTests/AdoScopeSqliteTests.cs +++ b/Promethix.Framework.Ado.Tests/IntegrationTests/AdoScopeSqliteTests.cs @@ -82,8 +82,8 @@ private void AddEntity(TestEntity testEntity) /// - /// Please note that currently we do not have distributed transactions implemented. - /// So this is best effort, as per DbContextScope. However, I do plan to implement this in the future. + /// Distributed transactions are now available, but not used in this test. + /// So this is best effort, as per DbContextScope. /// It's unlikely you would have multiple contexts all with different settings in the same repository /// like this, but this is just to demonstrate the different configuration options. ///