refactor(Extensions): update CreateEnvelopeCommand to make UseSQLExecutor false

This commit is contained in:
tekh 2025-09-01 17:27:14 +02:00
parent 00077a647a
commit d48514bbad

View File

@ -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<CreateEnvelopeCommand> CreateEnvelopeCommands(this Faker fake, params int[] userIDs)