From d48514bbad8c38bb4b539a24e116bcba839a8408 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 1 Sep 2025 17:27:14 +0200 Subject: [PATCH] refactor(Extensions): update CreateEnvelopeCommand to make UseSQLExecutor false --- EnvelopeGenerator.Tests.Application/Fake.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EnvelopeGenerator.Tests.Application/Fake.cs b/EnvelopeGenerator.Tests.Application/Fake.cs index 291f5819..45105370 100644 --- a/EnvelopeGenerator.Tests.Application/Fake.cs +++ b/EnvelopeGenerator.Tests.Application/Fake.cs @@ -156,7 +156,8 @@ public static class Extensions { Message = fake.Lorem.Paragraph(fake.Random.Number(2, 5)), Title = fake.Lorem.Paragraph(fake.Random.Number(1, 2)), - UserId = userId + UserId = userId, + UseSQLExecutor = false }; public static List CreateEnvelopeCommands(this Faker fake, params int[] userIDs)